pymc-devs / pymc-examples

Examples of PyMC models, including a library of Jupyter notebooks.
https://www.pymc.io/projects/examples/en/latest/
MIT License
280 stars 242 forks source link

Enable $$ blocks inline via myst parser dmath_double_inline #658

Closed isms closed 5 months ago

isms commented 5 months ago

Fixes an issue in several notebook renders where $$ blocks without a leading newline do not render properly.

Before

image

After

image

Refs

Fixes #657


📚 Documentation preview 📚: https://pymc-examples--658.org.readthedocs.build/en/658/

isms commented 5 months ago

@ricardoV94 Here's an attempt - if useful, I can try to list which pages this affects.