How can I specify the language for a code block in markdown-editor?
Fenced code blocks like this:
```bash something ```
should be rendered as
<pre><code class="bash">
something
</code></pre>
but are instead rendered as an inline code segment in a paragraph:
<p>
<code>bash
</code>
</p>
Apparently lack of support for syntax coloring hints is related to an old (yet still unresolved) issue. *sigh*
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.