From 4da41bdb8ec18b6bdb9bb893532abc40939946dd Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Fri, 6 Jan 2017 18:59:07 +0100
Subject: [PATCH] Remove pipe char irking the haddock coverage tool

Haddock documentation strings must be associated with functions. Remove
pipe char from a comment that was moved into a `do` block in
`Readers/Org/Inlines.hs`.
---
 src/Text/Pandoc/Readers/Org/Inlines.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Text/Pandoc/Readers/Org/Inlines.hs b/src/Text/Pandoc/Readers/Org/Inlines.hs
index 56e3777c3..7e1bb61c2 100644
--- a/src/Text/Pandoc/Readers/Org/Inlines.hs
+++ b/src/Text/Pandoc/Readers/Org/Inlines.hs
@@ -198,7 +198,7 @@ orgRefCite = try $ choice
 normalOrgRefCite :: OrgParser (F [Citation])
 normalOrgRefCite = try $ do
   mode <- orgRefCiteMode
-  -- | org-ref style citation key, parsed into a citation of the given mode
+  -- org-ref style citation key, parsed into a citation of the given mode
   let orgRefCiteItem :: OrgParser (F Citation)
       orgRefCiteItem = try $ do
         key <- orgRefCiteKey