From f226cb88b040dcd19e09ca7772ee0c6172eaecc2 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 27 May 2016 09:19:38 +0200 Subject: 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. --- src/Text/Pandoc/Readers/Org/Parsing.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Readers/Org/Parsing.hs') 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 -- cgit v1.2.3