Support Markdown for source code snippets in chat
It would be nice to be able to type snippets of programming source code into chat.
For example, `@next += 1
` would become <code>@next += 1</code>
in the outputted HTML of the chat, which works great at first glance.
This would be a great feature for the #programming subchannel on Creative. Many programming sigils and tokens are meaningful in chat, so these would be ignored if inside a code tag.
1
vote

-
domgetter commented
The backticks didn't work as I expected in the post, it should look more like the following:
`@next += 1` would become <code>@next += 1</code>