mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-08 00:25:42 +00:00
15 lines
207 B
Markdown
15 lines
207 B
Markdown
```
|
|
% 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.}
|
|
```
|