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 wrong language scope in markdown inline math expression #172957

Merged

Commits on Jan 31, 2023

  1. Let 3rd matching group be an end

    Previously, the first and third group was
    defined as beginning. This is not
    true as the first group of the regular
    expression is the beginning of the math
    inline markdown expression and the third
    group the _end_. Once the third group is
    correctly assigned, its language scope can
    be changed accordingly.
    robincaloudis committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    659d9fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1418a18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c43a78 View commit details
    Browse the repository at this point in the history