pandoc/tests/Tests
John MacFarlane f7229b1473 LaTeX reader: citation handling changes.
Previously, a LaTeX citation would always be parsed as a Citation
element, with the raw LaTeX in the [Inline] part.

Now, the LaTeX citation is parsed as a Citation element only if
`--biblio` was specified (i.e. only if there is a nonempty set
of references in readerReferences).  Otherwise it is parsed as
raw LaTeX.

This will make it possible to simplify some things in the markdown
writer.  It also makes the LaTeX reader behave more like the Markdown
reader.
2013-03-09 10:33:25 -08:00
..
Readers LaTeX reader: citation handling changes. 2013-03-09 10:33:25 -08:00
Writers Hide Text.Pandoc.Highlighting. 2013-03-05 22:09:42 -08:00
Arbitrary.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Helpers.hs Eliminated use of TH in test suite. 2013-01-23 19:26:39 -08:00
Old.hs LaTeX reader: citation handling changes. 2013-03-09 10:33:25 -08:00
Shared.hs Moved tests to tests/, modified cabal file so lib isn't recompiled. 2012-07-26 08:37:36 -07:00