Commit dc4df4f
committed
doc: fix ES module code blocks rendering in modules.md
The two consecutive `mjs` code blocks in the "Loading ECMAScript
modules using require()" section were being incorrectly grouped
into a CJS/ESM toggle tab by doc-kit's highlighter. Change the
language tag from `mjs` to `js` so they render as independent
code blocks.1 parent ae228c1 commit dc4df4f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments