- - - - - - - - - - - - Markdown simplified - - - - - - - - - - - - _xxxxx_ italic **xxxx** bold ---------- # ## ### #### ##### ###### titles -------------- [xxxx](xxxx.com) links ----------------- [][] [] : xx.com link by ref ---------------- ![]() image tag could be done by ref also ----------------- * *** | 1.*** * yyy | 2.yyy --> lists ------------ space for new line ------------------ syntax / code block ```javascript var s = "JavaScript syntax highlighting"; alert(s); ``` --------------------- Colons can be used to align columns. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | 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* | `renders` | **nicely** 1 | 2 | 3 -----------------