Skip to content

Releases: micromark/micromark-extension-math

3.0.0

29 Jun 09:11
94be622
Compare
Choose a tag to compare

Change

  • 56dfff3 Change to require Node.js 16
    migrate: update Node
  • e724bb7 Update micromark

Full Changelog: 2.1.2...3.0.0

2.1.2

30 May 14:08
ea270d1
Compare
Choose a tag to compare

Types

  • 7c6a7f8 Update types for changes in micromark-util-types

Full Changelog: 2.1.1...2.1.2

2.1.1

11 May 07:56
08de832
Compare
Choose a tag to compare

Fix

  • 65eaae7 Fix support for arbitrary indent when w/o codeIntended
    by @tumidi in #3

Full Changelog: 2.1.0...2.1.1

2.1.0

30 Mar 12:38
c44bc3a
Compare
Choose a tag to compare

Types

Deps

Misc

Full Changelog: 2.0.2...2.1.0

2.0.2

09 Oct 08:11
523a199
Compare
Choose a tag to compare
  • cbc7036 Use uvu/assert in development build

Full Changelog: 2.0.1...2.0.2

2.0.1

02 Oct 10:40
d95d131
Compare
Choose a tag to compare
  • d1860b2 Use power-assert in development build

Full Changelog: 2.0.0...2.0.1

2.0.0

25 Aug 09:01
cd6b611
Compare
Choose a tag to compare
  • 6a02049 Change math to a function that returns an extension
     import {math, mathHtml} from 'micromark-extension-math'
    
     const output = micromark(fs.readFileSync('example.md'), {
    -  extensions: [math],
    +  extensions: [math()],
       htmlExtensions: [mathHtml()]
     })
  • 522b6e1 Add singleDollarTextMath option

1.0.0

22 Jun 19:28
1547b95
Compare
Choose a tag to compare

0.1.2

08 Dec 17:46
0fc66fb
Compare
Choose a tag to compare

0.1.1

11 Oct 11:30
82e2bd5
Compare
Choose a tag to compare