pandoc/tests/Tests
John MacFarlane deb59b6235 Removed dependency on citeproc-hs.
Going forward we'll use pandoc-citeproc, as an external filter.

The `--bibliography`, `--csl`, and `--citation-abbreviation` fields
have been removed.  Instead one must include `bibliography`, `csl`,
or `csl-abbrevs` fields in the document's YAML metadata.  The filter
can then be used as follows:

    pandoc --filter pandoc-citeproc

The `Text.Pandoc.Biblio` module has been removed.  Henceforth,
`Text.CSL.Pandoc` from pandoc-citations can be used by library users.

The Markdown and LaTeX readers now longer format bibliographies and
citations.  That must be done using `processCites` or `processCites'`
from Text.CSL.Pandoc.

All bibliography-related fields have been removed from `ReaderOptions`
and `WriterOptions`: `writerBiblioFiles`, `readerReferences`,
`readerCitationStyle`.

API change.
2013-08-24 22:33:01 -07:00
..
Readers LaTeX reader: Don't add spurious ", " to citation suffixes. 2013-07-21 11:44:49 -07:00
Writers LaTeX writer: Avoid problem with footnotes in unnumbered headers. 2013-08-16 13:03:38 -07:00
Arbitrary.hs Adjustments for new Format newtype. 2013-08-10 17:24:54 -07:00
Helpers.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Old.hs Removed dependency on citeproc-hs. 2013-08-24 22:33:01 -07:00
Shared.hs Moved tests to tests/, modified cabal file so lib isn't recompiled. 2012-07-26 08:37:36 -07:00
Walk.hs Added Tests.Walk. 2013-08-10 19:04:15 -07:00