Reconstructing 3D city models from street view images.
Oops! I forgot to specify the grammar. So level 1 title starts with "#", level 2 title starts with "##", level 3 title starts with "###", ... I believe you've noticed the regularity. Let's move on.
Here comes the second part: Emphasis. We can use BOLD("**") or Italic("*"). Also, we can combine them together like this("***").
- unordered list
- ordered list
The tip to remember this is ordered list starts with numbers, while unordered list starts with none(-).
Links is also a big part, yet with easy grammar. We just put description into a "[]" followed by a "()" containing the link.
This is a quote.
- This is
code in line
, which uses "`". - This is
,which uses "```" that takes up a single line.
code in block code in block code in block
Want to construct a table in .md file? No worry! We can use |
to seperate columns, and -
to seperate headers and content.
cl1 | cl2 | cl3 |
---|---|---|
data1 | data2 | data3 |
Have you noticed what happened? Exactly! Here's a horizontal rule above! You can draw it with "***" or "---". It's up to you!
Now we're heading to the last grammar: Task Lists. Task to be done -> "- [ ]"; Task finished -> "- [x]"
- md grammar is so easy!
- I need more practice.