Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-08 | Markdown writer: Avoid spurious blanklines at end of document... | John MacFarlane | 1 | -3/+0 | |
after tables and list, for example. | |||||
2017-03-06 | Markdown writer: better handling of tables with empty columns. | John MacFarlane | 1 | -0/+16 | |
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. |