Closed
Description
Currently, we use 4-space indent to mark code blocks in the docs. It'd be better if we could replace them with backtick fences like js` or
c++`. This has two benefits:
- It's required for syntax highlighting to work on GitHub
- It allows the code samples to be linted with tools like eslint-plugin-markdown
Because this would be another "churn" commit, I'd like to ask for opinions first.