Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-11 | Markdown writer: prefer pipe_tables to raw html... | John MacFarlane | 1 | -21/+3 | |
...even when we must lose width information. All in all this seems to be people's preferred behavior, even though it is slightly lossier. Closes #2608. Closes #4497. | |||||
2017-12-12 | Markdown: Improved computation of relative cell widths in pipe tables. | John MacFarlane | 1 | -3/+3 | |
2017-08-13 | CommonMark writer: prefer pipe tables to HTML tables... | John MacFarlane | 1 | -0/+11 | |
...even if it means losing relative column width information. See #3734. | |||||
2017-08-13 | Markdown writer: Use pipe tables if `raw_html` disabled... | John MacFarlane | 1 | -0/+39 | |
and `pipe_tables` enabled, even if the table has relative width information. Closes #3734. |