Closed nosuke23 closed 2 years ago
This is by intention to allow markup using $
's besides math:
It costs 5$ or 8$.
So with inline math leading and trailing spaces are not allowed.
I got it. Sorry, but I have one more question about the following.
md().use(tm).render("$hoges$") // <p>$hoges$</p>
md().use(tm).render("$hoges $") // <p><eq>...</eq></p>
If there is "s" before the last $
, it's not too.
oops ... can't reproduce. Would you please be so kind and check, if you use the latest version "0.9.7" ?
cool ... please switch to current version "0.9.7" ...
Isn't the latest version "0.9.6" ?
just verified, that "0.9.7" wasn't published yet ... now it is ... sorry.
it worked! thank you for your work.
If spaces are after the left dollar, the string isn't parse to TeX math.