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 #369

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    97f2c8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    951477e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Code refactoring

    Antonio-R1 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    76d77b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7aaaf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3644b70 View commit details
    Browse the repository at this point in the history
  4. Bug fix

    Antonio-R1 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    99040d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    e3e664f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a389cc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Add support for the math-renderer custom HTML element when rendering …

    …user content
    
    When the `--render-math` and the `--user-content` options are used together, the `math-renderer` custom HTML elements are used for rendering the mathematical expressions.
    If the `--render-math` option is used without the `--user-content`, option the MathJax library is loaded from the `math_jax_url` parameter.
    The JavaScript files are currently not inlined even if the `--export` option is used.
    Antonio-R1 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d2efd3c View commit details
    Browse the repository at this point in the history