mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Work around problems related to markdown-it-texmath plugin's token.map not accounting for math_block_end.
This commit is contained in:
parent
a3f8fb7c62
commit
32db81b740
3 changed files with 90 additions and 0 deletions
67
test/texmath-content-in-lists.md
Normal file
67
test/texmath-content-in-lists.md
Normal file
|
@ -0,0 +1,67 @@
|
|||
# texmath-content-in-lists
|
||||
|
||||
Text
|
||||
|
||||
- Item
|
||||
$$
|
||||
e = mc^2
|
||||
$$
|
||||
|
||||
Text
|
||||
|
||||
- Item
|
||||
|
||||
$$
|
||||
e = mc^2
|
||||
$$
|
||||
|
||||
Text
|
||||
|
||||
- Item
|
||||
|
||||
$$
|
||||
e = mc^2
|
||||
e = mc^2
|
||||
$$
|
||||
|
||||
Text
|
||||
|
||||
- Item
|
||||
|
||||
$$
|
||||
$$
|
||||
|
||||
Text
|
||||
|
||||
- Item
|
||||
|
||||
- Item
|
||||
|
||||
$$
|
||||
e = mc^2
|
||||
$$
|
||||
|
||||
- Item
|
||||
|
||||
Text
|
||||
|
||||
- $$
|
||||
e = mc^2
|
||||
$$
|
||||
|
||||
Text
|
||||
|
||||
- $e = mc^2$
|
||||
|
||||
Text
|
||||
|
||||
- Item
|
||||
- $e = mc^2$
|
||||
|
||||
Text
|
||||
|
||||
- Item
|
||||
- $e = mc^2$
|
||||
- Item
|
||||
|
||||
Text
|
Loading…
Add table
Add a link
Reference in a new issue