📍Markdown
Text style
**Bold**
*Italic*
~~Strikethrough~~
Table
| Header 1 | Header 2 | Header 3 |
| -------- | -------- | -------- |
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
| Cell 7 | Cell 8 | Cell 9 |
Collapsible block
<details>
<summary>Click to view sample code</summary>
```python
def hello_world():
print("Hello, World!")
```
Last updated