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 bug when there is "<" in the math formula #514

Merged
merged 7 commits into from Feb 20, 2017
Merged

Fix bug when there is "<" in the math formula #514

merged 7 commits into from Feb 20, 2017

Commits on Jan 18, 2017

  1. Fix bug when there is "<" in the math formula

    The easiest way to trigger the bug is to add a markdown cell and put $$<k'>$$.
    When the notebook is converted to html, the "<" is left unescaped,
    which makes browsers parse this as a html tag
    zasdfgbnm committed Jan 18, 2017
    Copy the full SHA
    656f67f View commit details
    Browse the repository at this point in the history
  2. Use html.escape to escape <, > and &

    Add tests for escape
    zasdfgbnm committed Jan 18, 2017
    Copy the full SHA
    abd54ca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8864bd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Copy the full SHA
    6b9b481 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. add more test cases

    zasdfgbnm committed Feb 6, 2017
    Copy the full SHA
    85e6ee2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c16783 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8b80daf View commit details
    Browse the repository at this point in the history