Skip to content

remark-parse@8.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 30 Mar 10:01
77c2380
  • 065561b Move footnotes to remark-footnotes
    (breaking, footnotes: true no longer works, please see the new external plugin, it includes many fixes)
  • 0cec4d8 Add support for emails without protocol
    (breaking, new behavior matches changes in GFM)
  • 512cd7a Fix support for literal URLs
    (breaking, new behavior matches changes in GFM)
  • 4f2a1d4 Fix whitespace between link label and destination
    (breaking, potentially, [text] (url) -> [text](url))
  • 24cd52d types: add partial interface exports to types
    (feature)
  • 5f9114f types: add tsdocs for parser options
    (feature)
  • b4c993e Fix parsing of non-empty blank lines
    (patch)
  • 4a6dcc9 Add deprecation note for pedantic mode
    (patch, just docs for now, but if you’re using pedantic: true, please stop)