pandoc/tests/Tests
Albert Krewinkel ceeb701c25 Org reader: support Pandocs citation extension
Citations are defined via the "normal citation" syntax used in markdown,
with the sole difference that newlines are not allowed between "[...]".
This is for consistency, as org-mode generally disallows newlines
between square brackets.

The extension is turned on by default and can be turned off via the
default syntax-extension mechanism, i.e. by specifying "org-citation" as
the input format.
Move `citeKey` from Readers.Markdown into Parsing

The function can be used by other readers, so it is made accessible for
all parsers.
2014-05-14 15:00:26 +02:00
..
Readers Org reader: support Pandocs citation extension 2014-05-14 15:00:26 +02:00
Writers Added Tests.Writer.AsciiDoc to repository. 2014-05-03 22:33:36 -07:00
Arbitrary.hs Added Cite to Arbitrary instance. 2014-04-29 18:32:42 -07:00
Helpers.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Old.hs InDesign ICML Writer 2014-02-28 13:35:35 +01: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 HLint: Remove lambdas. 2013-12-19 20:28:53 -05:00