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

Scrolling can alter highlighting incorrectly #25

Open
jmfd opened this issue Jun 27, 2023 · 0 comments
Open

Scrolling can alter highlighting incorrectly #25

jmfd opened this issue Jun 27, 2023 · 0 comments

Comments

@jmfd
Copy link

jmfd commented Jun 27, 2023

Occurs on: macOS 13.5 Beta (22G5048d); I did not test to see if this is a macOS regression.

Please see the video:

Screen.Recording.2023-06-27.at.11.03.40.AM.mov

Notice that the text below the headers changes to bold or not depending on how it is scrolled. This is incorrect, the text should not become bold in this case.

Here's the text I'm using:

# header 1

## header 2

### header 3

#### header 4

##### header 5

###### header 6

This is **bold** text.

This is *italic* text.

This is _underlined_ text.

This is ~~strikethrough~~ text.

This is <!--commented out--> text.

This is `code`.

> this is block quoted text

    this is verbatim

jmfd added a commit to upperpylon/peg-markdown-highlight that referenced this issue Jun 27, 2023
Remove highlighting on scroll, since it does not work correctly (ali-rantakari#25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant