mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
7 lines
127 B
Markdown
7 lines
127 B
Markdown
```
|
|
% pandoc -t latex
|
|
Sentence blah.\footnote[][-.5in]{I'm a footnote}
|
|
^D
|
|
Sentence blah.\footnote[][-.5in]{I'm a footnote}
|
|
```
|