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

Desktop: Modify the codemirror linter plugin to fix katex #3582

Merged
merged 3 commits into from
Aug 2, 2020

Commits on Jul 31, 2020

  1. Modify the codemirror linter plugin to fix katex

    This stops the katex mode from trigger on a single $
    This also allows the user to escape $ characters
    CalebJohn committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    28d423e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Rewrite the joplin mode to manually handle parsing

    This gives us more control over katex parsing and the ability to upgrade
    in the future
    CalebJohn committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    36cf0df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a731391 View commit details
    Browse the repository at this point in the history