UNPKG

markdown-it-texmath

Version:
7 lines (6 loc) 138 B
'use strict'; const katex = require('katex'); const str = katex.renderToString("x", { throwOnError: false }); console.log(str);