diff options
author | Albert Krewinkel <tarleb@moltkeplatz.de> | 2014-05-14 14:49:30 +0200 |
---|---|---|
committer | Albert Krewinkel <tarleb@moltkeplatz.de> | 2014-05-14 15:00:26 +0200 |
commit | ceeb701c254c6dc4c054e10dd151d9ef6f751ad7 (patch) | |
tree | a112e13c5faec193cd7981557146ba22f8ec02ed /tests/Tests/Readers/Markdown.hs | |
parent | 2423f9e6b180bc6b04d222a4b574de995d296f80 (diff) | |
download | pandoc-ceeb701c254c6dc4c054e10dd151d9ef6f751ad7.tar.gz |
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.
Diffstat (limited to 'tests/Tests/Readers/Markdown.hs')
0 files changed, 0 insertions, 0 deletions