Skip to content

Releases: remarkjs/remark

12.0.1

17 Jul 14:18
b3a8d49
Compare
Choose a tag to compare

[email protected]

17 Jul 14:19
ca5a985
Compare
Choose a tag to compare
  • 4a49fbc Add deprecation note for entities options

See [email protected]

[email protected]

17 Jul 14:19
daddcb4
Compare
Choose a tag to compare

[email protected]

17 Jul 14:20
da82032
Compare
Choose a tag to compare

[email protected]

08 Jun 18:29
7e07de0
Compare
Choose a tag to compare
  • 31ac691 Add support for tight definitions

[email protected]

23 Apr 13:40
6ac9e13
Compare
Choose a tag to compare
  • 726dc9a Fix numbered lists interrupting paragraphs
  • 4e613fb Refactor to loosen list parsing

[email protected]

19 Apr 07:59
2c13dfd
Compare
Choose a tag to compare
  • 0697d46 Fix lists with mixed indentation

12.0.0

30 Mar 09:58
8fa4ffb
Compare
Choose a tag to compare

[email protected]

30 Mar 10:01
70bf4e8
Compare
Choose a tag to compare
  • 065561b Move footnotes to remark-footnotes
    (breaking, footnotes: true no longer works, please see the new external plugin, it includes many fixes)
  • 7be53be Improve table format
    (breaking, looseTable is no longer supported, instead of spacedTable use tableCellPadding, instead of paddedTable use tablePipeAlign, also includes many fixes)
  • 24cd52d types: add partial interface exports to types
    (feature)
  • 4a6dcc9 Add deprecation note for pedantic mode
    (patch, just docs for now, but if you’re using pedantic: true, please stop)

[email protected]

30 Mar 10:01
77c2380
Compare
Choose a tag to compare
  • 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)