Skip to content

Releases: syntax-tree/mdast-util-math

3.0.0

16 Jul 11:26
2364766
Compare
Choose a tag to compare

Change

  • d4c6b85 de24bc1 Update @types/mdast, mdast utilities
    migrate: update too
  • ae8eff7 Change to require Node.js 16
    migrate: update too
  • 15b3e8e Change to use pre, code elements in HTML
    migrate: expect the same output as ```math
  • 6259200 Change to use exports
    migrate: don’t use private APIs
  • febf08a Change to remove complex-types
    migrate: use main module

Full Changelog: 2.0.2...3.0.0

2.0.2

28 Jan 09:13
17b41eb
Compare
Choose a tag to compare

Fix

  • 32368f5 Fix some bugs
  • 1c1cad1 Fix to remove type of nonexisting field

Misc

Full Changelog: 2.0.1...2.0.2

2.0.1

31 Jan 15:44
6ddb038
Compare
Choose a tag to compare
  • ef53234 Add support for position tracking

Full Changelog: 2.0.0...2.0.1

2.0.0

25 Aug 09:28
dfac493
Compare
Choose a tag to compare
  • f0e0c1c Change exports to functions that return extensions
     const tree = fromMarkdown(doc, {
    -  extensions: [math],
    -  mdastExtensions: [mathFromMarkdown]
    +  extensions: [math()],
    +  mdastExtensions: [mathFromMarkdown()]
     })
    
     ...
    
    -const out = toMarkdown(tree, {extensions: [mathToMarkdown]})
    +const out = toMarkdown(tree, {extensions: [mathToMarkdown()]})
  • 31360ab Add singleDollarTextMath option

1.1.0

28 Jul 12:12
8b6eb6a
Compare
Choose a tag to compare
  • fea30c0 Add math to mdast node type registry

1.0.0

22 Jun 21:08
922ea00
Compare
Choose a tag to compare

0.1.1

13 Oct 16:22
b57ba08
Compare
Choose a tag to compare
  • 05d9e0f Update mdast-util-to-markdown

0.1.0

07 Oct 07:58
a63c761
Compare
Choose a tag to compare