mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
20 lines
230 B
Markdown
20 lines
230 B
Markdown
|
|
# texmath-content-violating-md037
|
||
|
|
|
||
|
|
## Inline (not handled)
|
||
|
|
|
||
|
|
text `$ x * y * z $` text
|
||
|
|
|
||
|
|
text `$$ x * y * z $$` text
|
||
|
|
|
||
|
|
## Block (handled when used with markdown-it-texmath)
|
||
|
|
|
||
|
|
$$
|
||
|
|
x * y * z {MD037}
|
||
|
|
$$
|
||
|
|
|
||
|
|
text
|
||
|
|
|
||
|
|
$$
|
||
|
|
x * y = x * y {MD037}
|
||
|
|
$$
|