executablebooks / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
172 stars 50 forks source link

Allow non-numbered equations #1367

Open fwkoch opened 3 days ago

fwkoch commented 3 days ago

Description

Currently if equation numbering is on, all equations are numbered, whether or not they have a label. We should allow non-numbered equations in an article with other numbered equations. There's even a TODO in the docs: https://mystmd.org/guide/math#disabling-numbering

This should maybe be tackled in parallel with #1350 - for that one, when we no longer require label for figure numbering we will also need another way to explicitly allow a figure to not be numbered.