From ba3ee62323644134f2a5dd3277e3349d3681111a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 5 Mar 2017 01:36:40 +0100 Subject: Parse YAML metadata in a context that sees footnotes... defined in the body of the document. Closes #1279. --- test/command/1279.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/command/1279.md (limited to 'test/command/1279.md') 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 +``` + -- cgit v1.2.3