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

Display inline math using the '$' delimiter #382

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

Commits on Feb 17, 2021

  1. Display inline math using the '$' delimiter

    That's the default LaTeX syntax.  Using `\\(` and `\\)` worsens the editing
    experience.
    
    Code extracted from
    https://github.com/KaTeX/KaTeX/blob/5c44c47bd2ca70c2a8585c19d9fae598b1227a57/contrib/auto-render/index.html#L44-L48
    
    I'm not going to repeat the `delimiters` found in
    `static/js/auto-render.min.js`.
    VincentTam committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0e28bcb View commit details
    Browse the repository at this point in the history
  2. fixed missing delimiters

    existing delimiters have to be repeated
    VincentTam committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    abd0cf2 View commit details
    Browse the repository at this point in the history
  3. fixed missing comma typo

    VincentTam committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    55bc5f3 View commit details
    Browse the repository at this point in the history