aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/Parsing.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2016-05-27 09:19:38 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2016-05-27 21:19:28 +0200
commitf226cb88b040dcd19e09ca7772ee0c6172eaecc2 (patch)
tree666a0d47a61fac63a010e1e8ca65ca5330e5782b /src/Text/Pandoc/Readers/Org/Parsing.hs
parentf54873d5ea757787ec816336c61c24a813799554 (diff)
downloadpandoc-f226cb88b040dcd19e09ca7772ee0c6172eaecc2.tar.gz
Org reader: support org-ref style citations
The *org-ref* package is an org-mode extension commonly used to manage citations in org documents. Basic support for the `cite:citeKey` and `[[cite:citeKey][prefix text::suffix text]]` syntax is added.
Diffstat (limited to 'src/Text/Pandoc/Readers/Org/Parsing.hs')
-rw-r--r--src/Text/Pandoc/Readers/Org/Parsing.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers/Org/Parsing.hs b/src/Text/Pandoc/Readers/Org/Parsing.hs
index 9a1420645..0b6b876d8 100644
--- a/src/Text/Pandoc/Readers/Org/Parsing.hs
+++ b/src/Text/Pandoc/Readers/Org/Parsing.hs
@@ -79,6 +79,7 @@ module Text.Pandoc.Readers.Org.Parsing
, skipMany1
, spaces
, anyChar
+ , satisfy
, string
, count
, eof