marked-asciimath
v1.0.0
Published
ASCIIMath first, code-second marked package
Downloads
3
Maintainers
Readme
marked-asciimath
Modified marked package that ignores single backticks, so that the result can be used by the default ASCIImath installation. Double (or more) backticks and code blocks are unaffected.
usage
var marked = require('marked-asciimath');
console.log(marked('`2 + 2 = 4`'));