diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/1279.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/command/1279.md b/test/command/1279.md new file mode 100644 index 000000000..c8396f217 --- /dev/null +++ b/test/command/1279.md @@ -0,0 +1,19 @@ +``` +pandoc -s -t markdown +--- +author: 'John Doe[^1]' +date: 2014 +title: My Article +--- + +[^1]: Dept. of This and That +^D +--- +author: 'John Doe[^1]' +date: 2014 +title: My Article +--- + +[^1]: Dept. of This and That +``` + |