We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cd6b611
math
import {math, mathHtml} from 'micromark-extension-math' const output = micromark(fs.readFileSync('example.md'), { - extensions: [math], + extensions: [math()], htmlExtensions: [mathHtml()] })
singleDollarTextMath