fabiocolacio / Marker

🖊 A gtk3 markdown editor
GNU General Public License v3.0
832 stars 75 forks source link

Automatic equation numbering #334

Open diegomagela opened 3 years ago

diegomagela commented 3 years ago

Unlike Typora, on Marker is not possible to get automatic equation numbering. According to Mathjax manual, that option is disabled by default, but can be turned on by the following code

window.MathJax = { tex: { tags: 'ams' } };

Which file should I add this piece of code to get automatic equation numbering?

It could be a preference option as it is on Typora.

sven-frotscher commented 3 years ago

Scidown (Marker's engine) supports it: https://github.com/Mandarancio/scidown/wiki/Floating-Elements#equation