Firstone
H1
H2
h3
- unordered list item
- unordered list item
- other list item
- other list item
| Col 1 | Col 2 |
|---|---|
| row 1 | |
| row 2 |
# this is a python comment
def fu(*args, *kwargs):
return 1
And here finally ordinary text.
all will be good
| Col 1 | Col 2 |
|---|---|
| row 1 | |
| row 2 |
# this is a python comment
def fu(*args, *kwargs):
return 1
And here finally ordinary text.