mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 10:46:33 +00:00
Fixed haddock documentation error
(affects latest version of haddock only). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1275 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
@@ -92,7 +92,8 @@ data Block
|
||||
-- | Type of quotation marks to use in Quoted inline.
|
||||
data QuoteType = SingleQuote | DoubleQuote deriving (Show, Eq, Read)
|
||||
|
||||
type Target = (String, String) -- ^ Link target (URL, title)
|
||||
-- | Link target (URL, title).
|
||||
type Target = (String, String)
|
||||
|
||||
-- | Inline elements.
|
||||
data Inline
|
||||
|
||||
Reference in New Issue
Block a user