Skip to content

Commit 79141fb

Browse files
committed
md math
1 parent 6c4ab2f commit 79141fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

md.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,3 +327,15 @@ mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
327327
For compilers that treat `h1` magically (e.g. add to a TOC):
328328

329329
# <script>alert('xss')</script>
330+
331+
## LaTeX
332+
333+
https://docs.gitlab.com/ee/user/markdown.html#math
334+
335+
This math is inline $`a^2+b^2=c^2`$.
336+
337+
This is on a separate line:
338+
339+
```math
340+
a^2+b^2=c^2
341+
```

0 commit comments

Comments
 (0)