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

Escape the hover text. #650

Merged
merged 3 commits into from
Jul 17, 2019
Merged

Escape the hover text. #650

merged 3 commits into from
Jul 17, 2019

Commits on Jul 14, 2019

  1. Escape the hover text.

    In C#, you can get hover text that contains angle brackets.  Angle brackets don't need to be escaped in markdown.  The problem is that mdpopups.md2html doesn't escape our angle brackets and causes invalid HTML to be generated, so let's escape our hover text before we toss it into md2html.
    LoneBoco committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    d20836e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    34a0bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c6403b View commit details
    Browse the repository at this point in the history