mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
20 lines
135 B
Markdown
20 lines
135 B
Markdown
![]() |
# texmath-content
|
||
|
|
||
|
## Inline
|
||
|
|
||
|
text $ x * y * z $ text
|
||
|
|
||
|
text $$ x * y * z $$ text
|
||
|
|
||
|
## Block
|
||
|
|
||
|
$$
|
||
|
x * y * z
|
||
|
$$
|
||
|
|
||
|
text
|
||
|
|
||
|
$$
|
||
|
x * y = x * y
|
||
|
$$
|