macdown icon indicating copy to clipboard operation
macdown copied to clipboard

Equation numbering support

Open PengjuYan opened this issue 9 years ago • 9 comments

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.

PengjuYan avatar Aug 13 '15 08:08 PengjuYan

+1, would be awesome.

nehalecky avatar Aug 22 '15 17:08 nehalecky

Same thought here, Sublime Text + Markdown preview supports it, but that combination is borked in its own way.

nicholaelaw avatar Aug 29 '15 09:08 nicholaelaw

That would be great.

RoyiAvital avatar Apr 28 '16 15:04 RoyiAvital

+1, that would be really useful

aportelli avatar Apr 28 '16 21:04 aportelli

This simple addition could make MacDown a serious writing tool even for science and math writers.

raiyan avatar May 05 '16 16:05 raiyan

+1

saulspatz avatar Nov 07 '16 12:11 saulspatz

+1

pjhjohn avatar Nov 20 '16 17:11 pjhjohn

Another vote in favor of this.

bradyrx avatar Oct 22 '19 14:10 bradyrx

+1 in 2021...

MinhMPA avatar Apr 25 '21 13:04 MinhMPA