In order to figure out what is Markdown(a question from my last blog), I google a little bit, and found a useful site.

markdown

In the world of markdown, in my understanding, it uses more easy to remember symbol and convert it to HTML. Useful command with example(grub from wikipedia):

  1. add Link(inline after line)
  2. add image
  3. header
  4. slash escape
  5. <br/> <hr>
  6. bold, italic
  7. list
  8. Blockqutes