-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
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.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.