You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2025. It is now read-only.
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.