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 math support #366

Merged
merged 11 commits into from
Mar 29, 2024
Merged

Add math support #366

merged 11 commits into from
Mar 29, 2024

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    f03d99b View commit details
    Browse the repository at this point in the history
  2. Add extension options

    digitalmoksha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ad0b6ed View commit details
    Browse the repository at this point in the history
  3. Add additional tests

    digitalmoksha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    252aebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3c42d7 View commit details
    Browse the repository at this point in the history
  5. Render spans for dollar math

    to match closer with other renderers,
    such as pandoc.
    digitalmoksha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    182386d View commit details
    Browse the repository at this point in the history
  6. Update README

    digitalmoksha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cdb7cdc View commit details
    Browse the repository at this point in the history
  7. cargo run --example update-readme

    kivikakk authored and digitalmoksha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e9896f9 View commit details
    Browse the repository at this point in the history
  8. Fix edge case panic

    digitalmoksha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9e6c9ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fa3106 View commit details
    Browse the repository at this point in the history
  10. Removed support for redundant NodeMathBlock

    Inline parsing of $$ handles the block style
    while providing better compatability
    with other parsers.
    digitalmoksha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    003f777 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    971bf34 View commit details
    Browse the repository at this point in the history