Added (failing) test case for #518.
This commit is contained in:
parent
4913e198ae
commit
b21363f1d5
2 changed files with 4 additions and 2 deletions
|
@ -155,4 +155,4 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
|
|||
,Para [Str "\174",Space,Str "Hi",Str "\174"]
|
||||
,Para [Str "Hi",Str "\169",Str "2008",Space,Str "\169",Space,Str "2008"]
|
||||
,Header 1 [Str "Footnotes"]
|
||||
,Para [Str "A",Space,Str "note",Str ".",Note [Para [Str "The",Space,Str "note",LineBreak,Str "is",Space,Str "here",Str "!"]]]]
|
||||
,Para [Str "A",Space,Str "note",Str ".",Note [Para [Str "The",Space,Str "note",LineBreak,Str "is",Space,Str "here",Str "!",Space,Str "Another",Space,Str "note",Note [Para [Str "Other",Space,Str "note."]],Str "."]]]]
|
||||
|
|
|
@ -237,7 +237,9 @@ Hi(c)2008 (C) 2008
|
|||
|
||||
h1. Footnotes
|
||||
|
||||
A note.[1]
|
||||
A note.[1] Another note[2].
|
||||
|
||||
fn1. The note
|
||||
is here!
|
||||
|
||||
fn2. Other note.
|
||||
|
|
Loading…
Reference in a new issue