HTML in forum topics

Is there any support in the forum for posting HTML snippets? Currently, the only way I found is I escaped all the html tag tokens, otherwise the forum software seems to strip the html out. It would be nice to have something like a generic {code}{code} snippet tag that you can paste arbitrary text into.

Forum supports github flavored markdown
Pasting text with tab or 4 spaces prefix will automatically wrap it as a code
Or you can use syntax highlighter like next

~~~html
html content here
~~~

Thanks :slight_smile: