ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

test #408

Closed ruebenramirez closed 6 years ago

ruebenramirez commented 6 years ago

testing some markdown multi-line table row syntax...doesn't look like github markdown supports multi-line table rows:

Pandoc grid_tables:

source: http://pandoc.org/MANUAL.html#extension-grid_tables

+---------------+---------------+--------------------+ | Fruit | Price | Advantages | +===============+===============+====================+ | Bananas | $1.34 | - built-in wrapper | | | | - bright color | +---------------+---------------+--------------------+ | Oranges | $2.10 | - cures scurvy | | | | - tasty | +---------------+---------------+--------------------+

and Pandoc multiline_tables:

source: http://pandoc.org/MANUAL.html#extension-multiline_tables


Centered Default Right Left Header Aligned Aligned Aligned


First row 12.0 Example of a row that spans multiple lines.

Second row 5.0 Here's another one. Note the blank line between rows.

ruebenramirez commented 6 years ago

learned something new today... if you want to test some markdown, do it as a comment on an existing issue.

While you can delete comments, you're unable to delete whole issues. Only close them.