Skip to content

Commit

Permalink
Fix math rendering in Jupyter book
Browse files Browse the repository at this point in the history
Fixes #82

Add configuration for rendering math in Jupyter book.

* Update `docs/_config.yml` to include `dollarmath` and `amsmath` extensions under `myst_enable_extensions` option.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/BiAPoL/blog/issues/82?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
jo-mueller committed Jul 31, 2024
1 parent f965ed3 commit e9e72c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ html:
parse:
myst_enable_extensions:
- html_image
- dollarmath
- amsmath

0 comments on commit e9e72c7

Please sign in to comment.