pandoc/tests/Tests
John MacFarlane af7e97b9f5 Markdown writer: Render citations as pandoc-markdown citations.
Previously citations were rendered as citeproc-formatted citations
by default.  Now we render them as pandoc citations, e.g. `[@item1]`,
unless the `citations` extension is disabled.

If you still want formatted citations in your markdown output,
use `pandoc -t markdown-citations`.
2013-03-07 16:38:19 -08:00
..
Readers Eliminated use of TH in test suite. 2013-01-23 19:26:39 -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 Markdown writer: Render citations as pandoc-markdown citations. 2013-03-07 16:38:19 -08:00
Shared.hs Moved tests to tests/, modified cabal file so lib isn't recompiled. 2012-07-26 08:37:36 -07:00