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

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):
- add Link(inline after line)
- add image
- header
- slash escape
- <br/> <hr>
- bold, italic
- list
- Blockqutes