Skip to content

doc: fix api docs style

Same with this: https://github.com/nodejs/node/pull/13066. To avoid more conflicts at https://github.com/nodejs/node/pull/12756, it's better to fix mdlint errors in upstream.

Summary

doc/api/fs.md

  • L314: Missing code-language flag

doc/api/stream.md

  • L2120: Do not use definitions with the same identifier
  • L2121: Do not use definitions with the same identifier
  • L2122: Do not use definitions with the same identifier

doc/api/v8.md

  • L157: Move definitions to the end of the file
  • L158: Move definitions to the end of the file
  • L159: Move definitions to the end of the file
  • L160: Move definitions to the end of the file
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Merge request reports

Loading