Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 2, 2025. It is now read-only.
This repository was archived by the owner on Mar 2, 2025. It is now read-only.
There was an error while loading. Please reload this page.
We currently use a format like this to do syntax highlighting the markdown text:
[code lang="python"] def x(): return 1 [/code]However, it might be more obvious and convenient if we switch this to use the code fencing style that github itself uses:
The reasoning for this is just that we are already tied pretty heavily to github so using their syntax seems like a bonus.