mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 03:06:30 +00:00
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`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user