markdownlint/test/texmath-content.md

19 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
$$