details

1
2
3
4
5
6
7
<details>
  <summary> fold/unfold </summary>
  <div markdown="1">
    - hidden item 1
    - hidden item 2
  </div>
</details>
fold/unfold
1
2
- hidden item 1
- hidden item 2

code

inline

1
inline code `print(os.getcwd())`{:.language-python .highlight} shown

inline code print(os.getcwd()) shown

block

1
2
3
4
```python
import os
print(os.getcwd())
```
1
2
import os
print(os.getcwd())

title

title syntax output
with title [title](https://github.com/) title
without title <https://github.com/> https://github.com/

target

target syntax output
self [self](https://github.com/){:target="_self"} self
blank [blank](https://github.com/){:target="_blank"} blank

url

1
2
3
[inline](https://github.com/) | [reference][github_mark]

[github_mark]: https://github.com/

inline | reference

emoji

color square circle
red 🟥 :red_square: 🔴 :red_circle:
orange 🟧 :orange_square: 🟠 :orange_circle:
yellow 🟨 :yellow_square: 🟡 :yellow_circle:
green 🟩 :green_square: 🟢 :green_circle:
blue 🟦 :blue_square: 🔵 :large_blue_circle:
purple 🟪 :purple_square: 🟣 :purple_circle:
brown 🟫 :brown_square: 🟤 :brown_circle:
white ⬜ :white_large_square: ⚪ :white_circle:
black ⬛ :black_large_square: ⚫ :black_circle:

image

1
![GitHub](https://bit.ly/3kteNDj){:width="50%"}

GitHub