remark icon indicating copy to clipboard operation
remark copied to clipboard

Using `pedantic: true` breaks GFM

Open MPvHarmelen opened this issue 7 years ago • 1 comments

According to the documentation of the pedantic option of marked:

If true, conform to the original markdown.pl as much as possible. Don't fix original markdown bugs or behaviour. Turns off and overrides gfm.

https://github.com/gnab/remark/blob/b658a0c61434e4fe1ccec75ef254f4a78a13ebef/src/remark/converter.js#L13

MPvHarmelen avatar Jul 11 '18 13:07 MPvHarmelen

Changing pedantic: true to false passes all tests.

yuekai avatar Aug 08 '19 19:08 yuekai