aboutsummaryrefslogtreecommitdiff
path: root/test/command/3734.md
AgeCommit message (Collapse)AuthorFilesLines
2020-07-19Remove use of cmark-gfm for commonmark/gfm rendering.John MacFarlane1-1/+1
Instead rely on the markdown writer with appropriate extensions. Export writeCommonMark variant from Markdown writer. This changes a few small things in rendering markdown, e.g. w/r/t requiring backslashes before spaces inside super/subscripts.
2019-10-11Markdown writer: prefer pipe_tables to raw html...John MacFarlane1-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-12Markdown: Improved computation of relative cell widths in pipe tables.John MacFarlane1-3/+3
2017-08-13CommonMark writer: prefer pipe tables to HTML tables...John MacFarlane1-0/+11
...even if it means losing relative column width information. See #3734.
2017-08-13Markdown writer: Use pipe tables if `raw_html` disabled...John MacFarlane1-0/+39
and `pipe_tables` enabled, even if the table has relative width information. Closes #3734.