mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-03 20:41:47 +01:00
Reimplement MD037/no-space-in-emphasis using micromark tokens, report start/end separately for smaller edit spans, remove markdown-it-texmath (fixes #533, fixes #597).
This commit is contained in:
parent
e86fb7699d
commit
73b9704159
20 changed files with 1784 additions and 2502 deletions
19
test/texmath-content.md
Normal file
19
test/texmath-content.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# texmath-content
|
||||
|
||||
## Inline
|
||||
|
||||
text $ x * y * z $ text
|
||||
|
||||
text $$ x * y * z $$ text
|
||||
|
||||
## Block
|
||||
|
||||
$$
|
||||
x * y * z
|
||||
$$
|
||||
|
||||
text
|
||||
|
||||
$$
|
||||
x * y = x * y
|
||||
$$
|
||||
Loading…
Add table
Add a link
Reference in a new issue