Desktop: Fixes #6822: Fix extra lines added to KaTeX source when toggling the rich text editor #8442
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updates the markdown-it KaTeX plugin such that it does not add an extra newline to the end of block math.
As I am no longer able to reproduce the code block portion of #6822, this should fix #6822.
Testing
Automated tests are included, however, to test this manually:
Create a note with block math. For example,
Switch to the rich text editor, make a small change
Switch back to the markdown editor
Switch back to the rich text editor, make a small change
Switch back to the markdown editor
Even if the math content changes between steps 1 and 3, it should remain the same between steps 3 and 5.