This repository was archived by the owner on Jan 3, 2023. It is now read-only.
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
"number equations" option results in preview scrolling back after rerender #496
Open
Description
Reproduction steps:
- Uncheck all three options under "preview position synchronization behavior".
- Check "number equations" under "math options".
- Render
example.md
and scroll preview to bottom. - On line 243 of the source, repeatedly add and remove two new lines before the last sentence ("Donec vestibulum non...").
The preview window should eventually scroll to the beginning of the document.
I thought this issue was related to #106 but the same behavior happens if using the markdown-it renderer backend. I shouldn't have had the "number equations" option enabled because I am not using pandoc-crossref
.