-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ignore heading patterns in fenced code blocks
- Addresses issue #145 - Fixes folding and jump-to-section behavior - If folding or jump-to-section is initiated with the cursor IN a code block, the behavior will occur in the code block itself (i.e. the cursor will jump to the next heading inside the code block, if there is one, or it will fold the section inside of the code block)
- Loading branch information
1 parent
b1cea92
commit 4864c6b
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters