John MacFarlane
7c2dd0359b
Markdown writer: prefer pipe_tables to raw html...
...
...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 .
2019-10-11 09:46:58 -07:00
John MacFarlane
7093a3b44c
Markdown: Improved computation of relative cell widths in pipe tables.
2017-12-12 15:36:29 -08:00
John MacFarlane
8f65590ce9
CommonMark writer: prefer pipe tables to HTML tables...
...
...even if it means losing relative column width information.
See #3734 .
2017-08-13 10:43:43 -07:00
John MacFarlane
506866ef73
Markdown writer: Use pipe tables if raw_html
disabled...
...
and `pipe_tables` enabled, even if the table has relative
width information.
Closes #3734 .
2017-08-13 10:37:24 -07:00