pandoc/test/rtf/footnote.native
John MacFarlane 0bdcf415e4 Switch from pretty-simple to pretty-show for native output.
Update tests.

Reason:  it turns out that the native output generated by
pretty-simple isn't always readable by the native reader.
According to https://github.com/cdepillabout/pretty-simple/issues/99
it is not a design goal of the library that the rendered values
be readable using 'read'.  This makes it unsuitable for our
purposes.

pretty-show is a bit slower and it uses 4-space indents
(non-configurable), but it doesn't have this serious drawback.
2021-09-28 21:17:53 -07:00

130 lines
2.4 KiB
Text

Pandoc
Meta { unMeta = fromList [] }
[ Para
[ Str "Mead's"
, Space
, Str "landmark"
, Space
, Str "study"
, Space
, Str "has"
, Space
, Str "been"
, Space
, Str "amply"
, Space
, Str "annotated."
, Note
[ Para
[ Str "See"
, Space
, Str "Sahlins,"
, Space
, Str "Bateson,"
, Space
, Str "and"
, Space
, Str "Geertz"
, Space
, Str "for"
, Space
, Str "a"
, Space
, Str "complete"
, Space
, Str "bibliography."
]
]
, Space
, Str "It"
, Space
, Str "was"
, Space
, Str "her"
, Space
, Str "work"
, Space
, Str "in"
, Space
, Str "America"
, Space
, Str "during"
, Space
, Str "the"
, Space
, Str "Second"
, Space
, Str "World"
, Space
, Str "War,"
, Space
, Str "however,"
, Space
, Str "that"
, Space
, Str "forms"
, Space
, Str "the"
, Space
, Str "basis"
, Space
, Str "for"
, Space
, Str "the"
, Space
, Str "paper."
, Space
, Str "As"
, Space
, Str "others"
, Space
, Str "have"
, Space
, Str "noted,"
, Note
[ Para
[ Str "A"
, Space
, Str "complete"
, Space
, Str "bibliography"
, Space
, Str "will"
, Space
, Str "be"
, Space
, Str "found"
, Space
, Str "at"
, Space
, Str "the"
, Space
, Str "end"
, Space
, Str "of"
, Space
, Str "this"
, Space
, Str "chapter."
]
]
, Space
, Str "this"
, Space
, Str "period"
, Space
, Str "was"
, Space
, Str "a"
, Space
, Str "turning"
, Space
, Str "point"
, Space
, Str "for"
, Space
, Str "Margaret"
, Space
, Str "Mead."
]
]