You are viewing a single comment's thread from:
RE: Introducing a Programming QnA Community on Steemit. #steemdevqna
you can display code with markdown even with syntax highlight (but idk if highlight works here) :)
you can display code with markdown even with syntax highlight (but idk if highlight works here) :)
<pre></pre>
and<code></code>
work for all code except for html. Backticks `` work for html, but only if there are no breaks in the html.what about tripple ` ?
Thanks man this was what I was looking for!
Awesome! :)
Followed!