Do not parse the tag for a plain list item if it is an ordered plain list item.

This commit is contained in:
Tom Alexander
2023-09-21 20:58:03 -04:00
parent 1a41cfc6c7
commit c892d406c3
4 changed files with 33 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
1. foo
- bar
- lorem :: ipsum

View File

@@ -0,0 +1,2 @@
# Since this is an ordered list, the text before the " :: " is NOT parsed as a tag.
1. foo :: bar