Mdast Util To Markdown Versions Save

mdast utility to serialize markdown

1.2.1

2 years ago
  • 108450c Fix handling of spaces, tabs around line endings

Full Changelog: https://github.com/syntax-tree/mdast-util-to-markdown/compare/1.2.0...1.2.1

1.2.0

2 years ago
  • b14ec32 Add bulletOrdered, bulletOrderedOther options
  • 0148aa6 Add bulletOther option to use for adjacent lists
  • f93dfff Fix impossible atx headings to use setext headings
  • 18bc860 Fix lists collapsing into thematic breaks

1.1.1

2 years ago
  • ebf0058 Fix to unlock type dependencies

1.1.0

2 years ago
  • 7f21d65 Change types to use mdast types
  • eed5115 Fix to not add superfluous spaces for code (text)

1.0.1

2 years ago
  • ac4bf0e Fix join order

1.0.0

2 years ago

1.0.0-beta.2

2 years ago
  • 491bef4 cd8c600 634cc75 0690696 Fix types

1.0.0-beta.1

2 years ago

0.6.5

3 years ago
  • 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

3 years ago
  • 843796a Fix html (text) at start of phrasing