jupyterlab-myst
jupyterlab-myst copied to clipboard
Default should be `numbering: equation: false`
Dollar math displays (e.g. $$ 1 + 1 $$) are getting numbered automatically. It's possible to disable this with numbering: equation: false in the frontmatter. But for consistency with other tools and rendering pathways, the setting should be false by default.
Off the shelf, only \begin{equation}, \begin{align}, and so forth should trigger numbering. My testing confirms that equation environments are still numbered when the above setting is false.
Hey @tavin, are you suggesting that this should be changed for jupyterlab-myst, or also for the MyST-MD stack too?
Hey @tavin, are you suggesting that this should be changed for
jupyterlab-myst, or also for the MyST-MD stack too?
Hi @agoose77, I don't know about the latter, I am just using jupyterlab-myst to preview jupyter book files.
I would suggest that Myst-MD should follow the same conventions for numbering equations that you get e.g. if you write in latex.