Releases: syntax-tree/mdast-util-to-markdown
Releases · syntax-tree/mdast-util-to-markdown
0.6.5
- 4a4c149 Fix sole blank line in fenced code
- a2ef519 Fix literal backslashes before constructs
- 07054ca Fix number sign at end of heading (atx)
- 51db1f9 Fix breaks from occurring where they cannot
0.6.4
- 843796a Fix html (text) at start of phrasing
0.6.3
- d10c763 Fix html (text) from being seen as html (flow)
- 9274f41 Fix collapsing of backslashes with other escapes
- cf7cf8f Fix breaking out of code (text) w/ potential flow after eols
0.6.2
- 0479147 Fix formatted URL from becoming an autolink
0.6.0
- 0bcf8cb Add
resourceLink
option
- c4313fb Add support for options in extensions
- 29e2a20 Add MDX extensions to list of extensions
0.5.4
- ea521a1 Update
mdast-util-from-string
- cc35a88 Fix docs and types for
ruleRepetition
0.5.3
- a57fe5c Refactor code to improve size
- 2932008 Fix to not escape superfluous character
0.5.2
- ed66619 Refactor to improve size by inlining module
0.5.1
- 9beae92 Fix to not force break adjacent block quotes