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
By dropping highlight.js and converting our syntax highlighter to be pure Go and done completely on the server-side we can ensure a fully featured experience for users that chose to disable JavaScript. 100% removing JavaScript from the site will ensure our website is faster and less vulnerable to bugs.
We can use Alec Thomas' Chroma library for this. With Chroma, we can automatically detect the languages but we should also add a way to override the language.
The text was updated successfully, but these errors were encountered:
By dropping highlight.js and converting our syntax highlighter to be pure Go and done completely on the server-side we can ensure a fully featured experience for users that chose to disable JavaScript. 100% removing JavaScript from the site will ensure our website is faster and less vulnerable to bugs.
We can use Alec Thomas' Chroma library for this. With Chroma, we can automatically detect the languages but we should also add a way to override the language.
The text was updated successfully, but these errors were encountered: