Formatting code blocks in the new forum
-
Please note that the syntax for posting code blocks is slightly different in the new forum. The old one used to accept both Markdown and HTML
<pre>
tags, but the new one only supports Markdown.To insert a code block, you can simply use the "</>" button in the editor toolbar, or surround your code with three backticks on each side manually.
Indenting the block with 4 spaces also works, but this tends to be more difficult.