summaryrefslogtreecommitdiff
path: root/tests/pipe-tables.txt
Commit message (Collapse)AuthorAge
* Markdown reader: Make one-column pipe tables work.John MacFarlane2014-05-01
| | | | Closes #1218.
* Added test for pipe table with spaces around header lines.John MacFarlane2013-03-02
|
* Revised code for pipe tables.John MacFarlane2012-07-22
* All tables now require at least one body row. * Renamed from 'extra' to 'pipe' tables. * Moved functions from Parsing to Readers.Markdown. * Cleaned up code; revised to parse in one pass rather than parsing a raw string, splitting it, and parsing the components. * Allow pipe tables without pipes on the ends (as PHP Markdown Extra does).