vscode/extensions/markdown-language-features/media
Matt Bierner f4bf1f30a2
Skip ul and ol when highlighting selected markdown element (#161139)
Fixes #155552

For lists, the outer ul/ol always has the same source line as the first element in the list. We should prefer using the first element in the list when highlighting the active line

This also fixes a bug where scroll sync would stop working if you added lines to the doc. This was caused by `lineCount` getting out of sync as the document is being updated. I've removed this state and made the reveal logic more robust instead
2022-09-19 07:16:06 +02:00
..
highlight.css Fix #82199, resetting some color of code blocks at Markdown Preview with light theme (#82453) 2019-10-15 13:12:11 -07:00
markdown.css Skip ul and ol when highlighting selected markdown element (#161139) 2022-09-19 07:16:06 +02:00
preview-dark.svg Update icons 2019-06-26 15:46:15 -07:00
preview-light.svg Update icons 2019-06-26 15:46:15 -07:00