Restructured Text
https://bashtage.github.io/sphinx-material/rst-cheatsheet/rst-cheatsheet.html
Format
italic
bold
code
First
Second
Admonitions
Caution
some warnings
Danger
danger text
Tip
text
Note
text
Images
Tables
A |
B |
A and B |
|---|---|---|
False |
False |
False |
True |
False |
False |
False |
True |
False |
True |
True |
True |
A |
B |
A and B |
|---|---|---|
False |
False |
False |
True |
False |
False |
False |
True |
False |
True |
True |
True |
Code
1def say_hello(name):
2 print("hello " + name)
Hyperlink
Here you find more information for reStructuredText