Skip to content

Commit

Permalink
md math
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Jul 1, 2021
1 parent 6c4ab2f commit 79141fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions md.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,15 @@ mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
For compilers that treat `h1` magically (e.g. add to a TOC):

# <script>alert('xss')</script>

## LaTeX

https://docs.gitlab.com/ee/user/markdown.html#math

This math is inline $`a^2+b^2=c^2`$.

This is on a separate line:

```math
a^2+b^2=c^2
```

0 comments on commit 79141fb

Please sign in to comment.