Open wilx opened 8 years ago
Confirmed. The problem is that the table is being considered part of the definition, because it starts with four spaces indent. This isn't good of course.
Workaround: just insert an empty HTML comment on the left margin between your definition list and your table (with a blank line above and below).
I have been generating some reports with Rstudio from Rmd documents which uses Pandoc to do parts of the conversion. In one of my documents the generated report contains this bit:
There is a definition list followed by a table. The above is converted to LaTeX with the "Y" in the last column being moved into the header of the middle column:
I get the above by simply invoking
pandoc --to latex --from markdown -o test.tex test.md
,Attachment:
test.txt