aboutsummaryrefslogtreecommitdiff
path: root/tests/pipe-tables.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-07-22Revised code for pipe tables.John MacFarlane1-0/+42
* 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).