sympy / sphinx-math-dollar

Sphinx extension to let you write LaTeX math using $$
https://www.sympy.org/sphinx-math-dollar/
MIT License
33 stars 11 forks source link

Error on unmatched dollars? #14

Open asmeurer opened 5 years ago

asmeurer commented 5 years ago

Right now unmatched dollars produce plain text, which lets you write stuff like $12. But maybe it should error, and require literal dollars to always be escaped.

See the discussion at https://github.com/sympy/sphinx-math-dollar/issues/4