Skip to content

Commit a3b6095

Browse files
Derek Lewiscodebytere
Derek Lewis
authored andcommitted
doc: normalize Markdown code block info strings
Prior to this commit, Markdown fenced code blocks in Markdown files had inconsistent info strings. This has been corrected to standardize on the one shown in the CommonMark spec. Refs: https://github.com/commonmark/commonmark-spec/blob/1103710025f340702edcb070be41f9982b6544d5/spec.txt#L131 PR-URL: #33542 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a5ce90c commit a3b6095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/guides/releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ in the release branch (e.g. a release for Node.js v4 would be added to the
283283

284284
The new entry should take the following form:
285285

286-
```md
286+
```markdown
287287
<a id="x.y.x"></a>
288288
## YYYY-MM-DD, Version x.y.z (Release Type), @releaser
289289

tools/doc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Here's how the node docs work.
44

55
Each type of heading has a description block.
66

7-
```md
7+
```markdown
88
# module
99

1010
<!--introduced_in=v0.10.0-->

0 commit comments

Comments
 (0)