update
This commit is contained in:
parent
ba9c43c0bf
commit
29ef89d8f3
2 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,7 @@ mime: "text/markdown"
|
||||||
extension: "md"
|
extension: "md"
|
||||||
wiki: https://en.wikipedia.org/wiki/Markdown
|
wiki: https://en.wikipedia.org/wiki/Markdown
|
||||||
website: ["https://www.markdownguide.org", "https://commonmark.org"]
|
website: ["https://www.markdownguide.org", "https://commonmark.org"]
|
||||||
|
rev: 2024-03-08
|
||||||
---
|
---
|
||||||
|
|
||||||
# Markdown
|
# Markdown
|
||||||
|
@ -139,6 +140,13 @@ To add a table, use three or more hyphens (`---`) to create each column’s head
|
||||||
| Paragraph | Text |
|
| Paragraph | Text |
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Math
|
||||||
|
To add mathematical formulas, use LaTeX syntax enclosed within dollar symbols.
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
Formula: $E = m * c^2$
|
||||||
|
```
|
||||||
|
|
||||||
### Fenced Code Blocks
|
### Fenced Code Blocks
|
||||||
To create code blocks use three backticks at the start and end of the code block (` ``` ``` `).
|
To create code blocks use three backticks at the start and end of the code block (` ``` ``` `).
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
website: https://jwt.io/
|
website: https://jwt.io/
|
||||||
obj: concept
|
obj: concept
|
||||||
|
aliases: ["Json Web Token"]
|
||||||
rfc: https://datatracker.ietf.org/doc/html/rfc7519
|
rfc: https://datatracker.ietf.org/doc/html/rfc7519
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue