aboutsummaryrefslogtreecommitdiff
path: root/test/command/3337.md
AgeCommit message (Collapse)Author
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane
after tables and list, for example.
2017-03-06Markdown writer: better handling of tables with empty columns.John MacFarlane
E.g. an HTML table with two cells in the first row and one in the second (but no row/colspan). We now calculate the number of columns based on the longest row (or the length of aligns or widths). Closes #3337.