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

Special case when a code line only has multiline span starts #126882

Merged
merged 1 commit into from
Jun 24, 2024

Commits on Jun 23, 2024

  1. Special case when a code line only has multiline span starts

    ```
    3 |       X0 Y0 Z0
      |  _____^  -  -
      | | _______|  |
      | || _________|
    4 | |||   X1 Y1 Z1
    5 | |||   X2 Y2 Z2
      | |||____^__-__- `Z` label
      | ||_____|__|
      | |______|  `Y` is a good letter too
      |        `X` is a good letter
    ```
    estebank committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    284437d View commit details
    Browse the repository at this point in the history