Skip to content

tools: disallow trailing whitespace for markdown

Checklist
  • commit message follows commit guidelines
Affected core subsystem(s)

doc, tools

Description of change

tools: disallow trailing whitespace for markdown

markdown had a dispensation because 2 or more trailing spaces triggers a new paragraph. There are no examples of that usage in Node, all trailing whitespace found were mistakes, and the dispensation is now removed.

See: https://github.com/nodejs/node/pull/9620

Merge request reports

Loading