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 underscore escaping #493

Merged
merged 1 commit into from Jan 3, 2022
Merged

Fix underscore escaping #493

merged 1 commit into from Jan 3, 2022

Commits on Jan 3, 2022

  1. Fix underscore escaping

    https://spec.commonmark.org/0.30/#emphasis-and-strong-emphasis
    
    Emphasis with _ in not allowed inside words:
    https://spec.commonmark.org/0.30/#example-359
    
    This removes the need for the earlier hack needed for underscores in
    emojis.
    
    It also prevents the escaping of underscores in citation keys, and
    thus fixes #354.
    kaushalmodi committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    eee5dd4 View commit details
    Browse the repository at this point in the history