Closed sebi5361 closed 4 years ago
@sebi5361 Thanks for your feedback. Inline math of AsciiMath and LaTeX can be rendered properly in the current version of mdps, but the delimiters of inline math is \~...\~ for asciimath and $$...$$ for latex that cannot be allowed in the `...` delimiters for code.
Thank you very much! Good to know. I guess there is no real standard for this and you had to make a clever choice, am I right?
Thank you very much! Good to know. I guess there is no real standard for this and you had to make a clever choice, am I right?
Yes, there is no standard for inline math in markdown syntax, so all kinds of markdown parsers are custom private syntax.
BTW: Really nice job!
This issue has been enhanced by the >= 1.3.3 version, please try it.
Inline LaTex math syntax compatible with KaTex default delimiters: $$...$$
or \[...\]
or \(...\)
.
Inline ascii math syntax is changed to @@...@@
or \~...\~
.
With