You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,3 @@ npm test
25
25
1. In [node-lint-md-cli-rollup](https://github.com/nodejs/node/tree/master/tools/node-lint-md-cli-rollup), bump the `remark-preset-lint-node` dependency
26
26
1. In the `nodejs/node` repo, rebuild the Markdown linter (`make lint-md-rollup`)
27
27
1. PR the `nodejs/node` repo with the updated linter
28
-
29
-
### Adding a new language to the highlight.js bundle
1. Select [the pre-existing grammars](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs) and include any additional grammar(s)
33
-
1. Download the custom `highlight.zip` package for Node.js
34
-
1. Extract the downloaded `highlight.zip`
35
-
1. Copy `highlight.pack.js` into the `doc/api_assets/` directory
36
-
1. Update the date when the bundle was downloaded at [`doc/api_assets/README.md#highlightpackjs`](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs)
37
-
1. Update [the pre-existing grammars](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs) at `doc/api_assets/README.md` to include the new grammar(s)
38
-
1. PR the `nodejs/node` repo with the updated bundle
0 commit comments