Skip to content

Releases: syntax-tree/mdast-util-to-markdown

0.6.5

05 Feb 11:26
39fdfd4
Compare
Choose a tag to compare
  • 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

04 Feb 16:43
6b68e18
Compare
Choose a tag to compare
  • 843796a Fix html (text) at start of phrasing

0.6.3

04 Feb 16:12
28d3638
Compare
Choose a tag to compare
  • 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

26 Dec 13:17
cb5b1a3
Compare
Choose a tag to compare
  • 0479147 Fix formatted URL from becoming an autolink

0.6.1

26 Dec 13:17
7f8bd88
Compare
Choose a tag to compare

0.6.0

09 Dec 17:01
6b21d85
Compare
Choose a tag to compare
  • 0bcf8cb Add resourceLink option
  • c4313fb Add support for options in extensions
  • 29e2a20 Add MDX extensions to list of extensions

0.5.4

23 Nov 15:22
6e08182
Compare
Choose a tag to compare
  • ea521a1 Update mdast-util-from-string
  • cc35a88 Fix docs and types for ruleRepetition

0.5.3

19 Oct 17:08
9f13882
Compare
Choose a tag to compare
  • a57fe5c Refactor code to improve size
  • 2932008 Fix to not escape superfluous character

0.5.2

19 Oct 09:16
9efedb3
Compare
Choose a tag to compare
  • ed66619 Refactor to improve size by inlining module

0.5.1

13 Oct 16:50
53399ba
Compare
Choose a tag to compare
  • 9beae92 Fix to not force break adjacent block quotes