-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
doc: fence code blocks #4726
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.
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` orc++`. This has two benefits:Because this would be another "churn" commit, I'd like to ask for opinions first.