mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
1c22498269
Closes #8240.
207 B
207 B
% pandoc -t latex
Header[^fn]:
: Some other text.
[^fn]: A footnote.
^D
\begin{description}
\tightlist
\item[Header\footnotemark{}:]
Some other text.
\end{description}
\footnotetext{A footnote.}