normal bold 斜體
- Complete this semester
- Finish this homework #Picture
<div class="col-md-12">
<h1> test </h1>
</div>Colons can be used to align columns.
| id | content | dollar |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.
| Markdown | Less | Pretty |
|---|---|---|
| Still | rend |
good |
- First ordered list item
- Another item
- Unordered sub-list.
- Actual numbers don't matter, just that it's a number
- Ordered sub-list
- 2nd
- And another item.
- note 1
- note 2
- note 3
s = "This is a string"
print(s)