Releases: remarkjs/remark
Releases · remarkjs/remark
12.0.1
[email protected]
- 4a49fbc Add deprecation note for
entities
options
[email protected]
[email protected]
[email protected]
- 31ac691 Add support for tight definitions
[email protected]
[email protected]
- 0697d46 Fix lists with mixed indentation
12.0.0
- 2841e47 Update
remark-parse
(breaking, please see its release section) - 1baae5e Update
remark-stringify
(breaking, please see its release section) - 6543d08 Update
unified
(breaking, please see its release section)
[email protected]
- 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 ofusespacedTable
tableCellPadding
, instead ofusepaddedTable
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 usingpedantic: true
, please stop)
[email protected]
- 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 usingpedantic: true
, please stop)