The forum supports [RST](https://forum.nim-lang.org/about/rst) and a bit of Markdown syntax too.
Code blocks are delimited by three inverted ` symbols. ```nim if x == "abc": echo "xyz" ``` Run
The forum supports [RST](https://forum.nim-lang.org/about/rst) and a bit of Markdown syntax too.
Code blocks are delimited by three inverted ` symbols. ```nim if x == "abc": echo "xyz" ``` Run