Remix.run Logo
starkparker 4 hours ago

This is also how you handle adding code blocks in GitHub comment suggestions, fwiw.

    ````suggestion
    This example should instead be:

    ```basic
    10 PRINT "LOL"
    20 GOTO 10
    ```
    ````
Helmut10001 3 hours ago | parent | next [-]

Yes, this is also how JupyterBook [1] does it (I think v1 uses Myst Markdown parser). I found this to work excellent!

[1]: https://jupyterbook.org/

behnamoh an hour ago | parent | prev [-]

what if you want to show ````? should you add ````` tags then?

zahlman 41 minutes ago | parent [-]

Yes; TFA contains enough explanation to make it clear how to extend this arbitrarily.

See also https://meta.stackexchange.com/questions/82718 .