Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add amsmath and admonition container parsing #201

Merged
merged 6 commits into from
Aug 12, 2020
Merged

Commits on Aug 10, 2020

  1. ‼️ BREAKING: Refactor parser config options

    Parser configuration options are now set as separate variables, rather than a single dict
    chrisjsewell committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    8f3d5a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. ✨ NEW: Add amsmath LaTeX parsing

    Use `myst_amsmath_enable = True` in the conf.py to directly parse [amsmath](https://ctan.org/pkg/amsmath) LaTeX
    chrisjsewell committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    42c90ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d181ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f04db8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f59eda6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    835ca3c View commit details
    Browse the repository at this point in the history