Closed
Description
version 2.2.1 or 2.1.3 (< this one gets installed when installing pandoc-citeproc from cabal)
I am converting markdown > latex > pdf (pdflatex)
The caption for tables always end up above the table regardless if I put the Table: label
above or below the markdown table.
the latex looks like this:
\begin{longtable}[]{@{}rl@{}}
\caption{label}\tabularnewline
\toprule
...
It also does not change when adding
\usepackage[tableposition=bottom]{caption}
to the template.
It would be very nice to have this as an option or if the markdown location reflects the location at the output.