macdown
macdown copied to clipboard
Equation numbering support
As we know, MacDown can render math equations by MathJax. However, numbering of equations is not supported by default.
One hack way suggested by TP is to add the following code at the beginning of the Markdown document:
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
But it's better if we can configure that in the preference pane.
+1, would be awesome.
Same thought here, Sublime Text + Markdown preview supports it, but that combination is borked in its own way.
That would be great.
+1, that would be really useful
This simple addition could make MacDown a serious writing tool even for science and math writers.
+1
+1
Another vote in favor of this.
+1 in 2021...