pandoc/tests/Tests/Readers
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
..
LaTeX.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Markdown.hs Added test for #1154. 2014-05-04 08:19:48 -07:00
Org.hs Org reader: support Pandocs citation extension 2014-05-14 15:00:26 +02:00
RST.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00