-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle false positive italics across list items
Simply checking for `markdown-list-face` in the potential italic range seems to be a safer and more general approach. It also covers the hanging list test case in 6aafece and is more efficient since we've already done the hard work of parsing the nested lists. Also, remove an ambiguous test case. With the example below, Markdown.pl does indeed generate a list item with italics: * foo_bar foo_bar
- Loading branch information
Showing
2 changed files
with
2 additions
and
18 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