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
comrak somewhat recently added support for highlighting via syntect: kivikakk/comrak#194. We're currently injecting highlight.js into a few pages to highlight code blocks in rendered markdown; this could potentially be replaced by serverside highlighting using syntect now.