This commit is contained in:
JMARyA 2024-03-08 22:23:31 +01:00
parent ba9c43c0bf
commit 29ef89d8f3
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 9 additions and 0 deletions

View file

@ -4,6 +4,7 @@ mime: "text/markdown"
extension: "md"
wiki: https://en.wikipedia.org/wiki/Markdown
website: ["https://www.markdownguide.org", "https://commonmark.org"]
rev: 2024-03-08
---
# Markdown
@ -139,6 +140,13 @@ To add a table, use three or more hyphens (`---`) to create each columns head
| Paragraph | Text |
```
### Math
To add mathematical formulas, use LaTeX syntax enclosed within dollar symbols.
```markdown
Formula: $E = m * c^2$
```
### Fenced Code Blocks
To create code blocks use three backticks at the start and end of the code block (` ``` ``` `).

View file

@ -1,6 +1,7 @@
---
website: https://jwt.io/
obj: concept
aliases: ["Json Web Token"]
rfc: https://datatracker.ietf.org/doc/html/rfc7519
---