documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Undesirable escaping of trailing backslashes

Open c-vetter opened this issue 6 years ago • 0 comments

Unfortunately, documentation escapes trailing backslashes that are meant for intentional line breaks.

  • What version of documentation.js are you using?:

    • version 9.3.1
  • How are you running documentation.js (on the CLI, Node.js API, Grunt, other?):

    • CLI: npx documentation readme --section API index.js

README.md before

Line 1\
Line 2

## API

README.md after

Line 1\\
Line 2

## API
[..]

c-vetter avatar Mar 13 '19 07:03 c-vetter