gomarkdown / markdown

markdown parser and HTML renderer for Go
Other
1.36k stars 171 forks source link

Disable mathjax by default? #302

Closed alexwennerberg closed 7 months ago

alexwennerberg commented 7 months ago

Default extensions includes mathjax, which I rarely see and has caused issues in the past, when a sentence has 2 $s in it — I often find myself disabling it. Have you considered keeping it out of the default extensions? Is there a reason it is in there? (It may be more commonly used than I think?) it is also, to my knowledge, the only extension that requires an external js library to render correctly

kjk commented 7 months ago

That would be a backwards-incompatible change.