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

Fix MathJax rendering bug #2342

Merged
merged 6 commits into from Feb 21, 2022
Merged

Fix MathJax rendering bug #2342

merged 6 commits into from Feb 21, 2022

Commits on Feb 3, 2022

  1. Fix MathJax rendering bug (#2175)

    Fix a bug where using the `@usesMathJax` custom tag would cause the
    documentation to fail to render. I fixed this by making all custom tags
    render to the screen, which were being ignored.
    
    Along with this, I updated the existing test case to check for the
    presence of content in the output.
    
    Fixes #2175
    wyskoj committed Feb 3, 2022
    Copy the full SHA
    010d406 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Copy the full SHA
    347533d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d7854a8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    61414cf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ae49d18 View commit details
    Browse the repository at this point in the history
  5. Add changes from 0ef0fb6

    wyskoj committed Feb 20, 2022
    Copy the full SHA
    cc5b10e View commit details
    Browse the repository at this point in the history