Escape slashes so haddock doesn't think they're italics (#5322)
This commit is contained in:
parent
83d2a5131d
commit
76707a6de9
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ data WriterOptions = WriterOptions
|
|||
, writerSectionDivs :: Bool -- ^ Put sections in div tags in HTML
|
||||
, writerExtensions :: Extensions -- ^ Markdown extensions that can be used
|
||||
, writerReferenceLinks :: Bool -- ^ Use reference links in writing markdown, rst
|
||||
, writerDpi :: Int -- ^ Dpi for pixel to/from inch/cm conversions
|
||||
, writerDpi :: Int -- ^ Dpi for pixel to\/from inch\/cm conversions
|
||||
, writerWrapText :: WrapOption -- ^ Option for wrapping text
|
||||
, writerColumns :: Int -- ^ Characters in a line (for text wrapping)
|
||||
, writerEmailObfuscation :: ObfuscationMethod -- ^ How to obfuscate emails
|
||||
|
|
Loading…
Add table
Reference in a new issue