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

Reply via email to