title: tables, tables, tables
date: 2018-03-17 19:03:10
category: blogging
tags: html, markdown
status: published
A couple examples of a markdown table.
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
The previous example taken from the python-markdown table example page.
The following is from multimarkdown.
Grouping | ||
---|---|---|
First Header | Second Header | Third Header |
Content | Long Cell | |
Content | Cell | Cell |
New section | More | Data |
And more | With an escaped '|' |
I hope the following work as well. It was found on a page showing github markdown.
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |