summaryrefslogtreecommitdiff
path: root/test/command/4061.md
blob: e850c5e8c481c91d19ea3cafdb06b6b5a016d1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -t markdown-simple_tables-multiline_tables-pipe_tables
+-----------------------------------+
| Text [^1]                         |
+-----------------------------------+

[^1]: Footnote.
^D
+-----------------------------------+
| Text [^1]                         |
+-----------------------------------+

[^1]: Footnote.
```