markdown-it-math
markdown-it-math copied to clipboard
```math as delimiter
Hey there,
while $ is definitely the more LaTeX way of delimiting math, I find the ```math way much more markdowny. Is there any way to make it work with markdown-it-math? I already tried the following with no luck:
this.md.use(markdownItMath, {
inlineOpen: '`',
inlineClose: '`',
blockOpen: '```math',
blockClose: '```',
});
I'm sorry to say but I've not been really active maintaining this project. The problem might be on which order this plugin is loaded relative to the code block rules.
@Lesik You are welcome to try a PR at this your self and I will merge it. But I don’t think I will make a pass at this my self in the foreseeable future :slightly_frowning_face: