Markdown - ghdrako/doc_snipets GitHub Wiki
- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
- https://djot.net/
- https://johnmacfarlane.net/beyond-markdown.html
Tables aren't part of the core Markdown spec, but they are part of GFM and Markdown Here supports them. They are an easy way of adding tables to your email -- a task that would otherwise require copy-pasting from another application.
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 |
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* | `renders` | **nicely**
1 | 2 | 3
Hello (<-- two spaces)
World
Hello
World
Hello
World
Hello World
Hello<br/> World
Hello
World