Mdast Util To Markdown Versions Save

mdast utility to serialize markdown

2.1.0

10 months ago

Add

  • 5fd2f1e Add compilePattern helper to state

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

2.0.0

10 months ago

Change

  • 6e5e12d Change to require Node.js 16 migrate: update too
  • d27d04d Update @types/mdast and friends migrate: update too
  • 5c90701 Change to use exports map migrate: don’t use private APIs
  • 89d0f5b Remove bulletOrderedOther, always use other bullets migrate: you can remove bulletOrderedOther if you passed it, it’s now the default
  • 7f91d06 Change fences default to true migrate: you can remove fences: true if you passed it, explicitly set it to false if you want that, but fenced code is better than indented code
  • 019f25f Change listItemIndent default from 'tab' (size) to 'one' migrate: you can remove listItemIndent: 'one' if you passed it, explicitly set it to 'tab' if you want that
  • 5b496da Remove ancient undocument support for listItemIndent: 1 migrate: 1 -> 'one'
  • 2fcac46 Remove Context type alias migrate: Context -> State
  • 445c51a Remove SafeOptions type alias migrate: SafeOptions -> Info

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

1.5.0

1 year ago

Fix

  • 122101f Fix to not generate blank lines for phrasing roots

Add

  • 21a7d0a Add export of defaultHandlers
  • 070ad5f Add associationId helper to state
  • 35ceafc Add createTracker helper on state
  • e9f71aa Add safe helper on state
  • 19301e7 Add containerPhrasing, containerFlow helpers on state
  • a638e2a Add indentLines helper on state

Misc

  • d2108dd Refactor types to use node types, not strings
  • 35a9ccc Add registry for construct names
  • 501f668 Add support for null as input in types
  • e812c79 Add improved docs

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

1.4.0

1 year ago

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

1.3.0

2 years ago
  • 52c18b4 623a775 Add support for output position tracking
  • 407af18 Add improved docs

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

1.2.6

2 years ago
  • 5799be7 Fix bug w/ lists collapsing into thematic breaks

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

1.2.5

2 years ago
  • 2147a87 Fix control characters in link, image destinations
  • a57b805 Fix control character in definition destination

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

1.2.4

2 years ago
  • 7b381da Fix to not escape some character in certain spans

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

1.2.3

2 years ago
  • 36b930b Fix decoding identifier of association if w/o label

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

1.2.2

2 years ago