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

Update italic highlighting rules to avoid intra word highlights in Markdown Mode. #4358 #4361

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

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    20e6319 View commit details
    Browse the repository at this point in the history
  2. Fix IE RegEx with Italics parsing

    Check user agent and conditionally render italics with explict user agent check.
    RickStrahl committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    8944d62 View commit details
    Browse the repository at this point in the history
  3. Update IE Italic rendering in Markdown again. Use same RegEx as for o…

    …therbrowsers except the backreference in the RegEx. This isn't perfect, but will help prevent inline `_` highlighting if the underlines are not at the end followed by whitespace. This should address a large percentage of cases where this was a problem originally.
    RickStrahl committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    c950218 View commit details
    Browse the repository at this point in the history