Skip to content

Commit

Permalink
doc: normalize C code block info strings
Browse files Browse the repository at this point in the history
Prior to this commit, C fenced code blocks in Markdown files had
inconsistent info strings. This has been corrected to standardize on
the lowercase variant, which matches the others, is the typical file
extension for C files, and is the CSS class used by highlight.js
despite representing a minority of appearances in the doc/api/ dir.

Stats:
>  'C' => 181,
>  'c' => 3,

Refs: highlightjs/highlight.js#2577

PR-URL: nodejs#33507
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
DerekNonGeneric authored and BridgeAR committed May 25, 2020
1 parent 549812a commit 84e4425
Showing 1 changed file with 181 additions and 181 deletions.
Loading

0 comments on commit 84e4425

Please sign in to comment.