08/08 10:36
Markdown is a simple way to format text. You can write text with markdown syntax and markdown renderer will translate it into html so that viewers can see formatted text.
Here are the syntaxes that is supported on this website.
# h1
## h2
### h3
#### h4
- l0 - l1 - l1.1 - l1.2 - l2
1. l0 2. l1 1. l1.1 2. l1.2 3. l2
[Markdown Reference](https://commonmark.org/help/)
![Alt Text](https://ik.imagekit.io/6l7h3dthw/default-image.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1658452639590)
*This is italic font.*
This is italic font.
**This is bold font.**
This is bold font.
> This is blockquote.
This is blockquote.
This is `inlineCode`.
This is inlineCode
.
```javascript function foo(a) { const b = 3; return a + b; } ```
function foo(a) { const b = 3; return a + b; }
```python def foo(a): b = 3 return a + b ```
def foo(a): b = 3 return a + b
This is $x = \frac{\sqrt{\gamma}}{\sum_{i=0}^na_i}$$ inline math.
This is inline math.
Content. $$x = \frac{\sqrt{\gamma}}{\sum_{i=0}^na_i}$$ Content.
Content.
Content.
---
| 1 | 2 | 3 | 4 | 4 | |----|----|----|----|----| | 5 | 6 | 7 | 8 | 9 | | 10 | 11 | 12 | 13 | 14 | | 15 | 16 | 17 | 18 | 19 |
1 | 2 | 3 | 4 | 4 |
---|---|---|---|---|
5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 |