[Haddock] [haddock] #252: Allow markdown inside of emphasis
haddock
haddock at projects.haskell.org
Wed Aug 28 00:31:26 BST 2013
#252: Allow markdown inside of emphasis
------------------------+---------------------------------------------------
Reporter: DanielDiaz | Owner: Fūzetsu
Type: enhancement | Status: assigned
Priority: minor | Milestone:
Version: | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by Fūzetsu):
* version: 2.11.0 =>
Comment:
Sorry, I forgot to reply:
{{{
*Haddock.ParseSpec> parseParas "__yes, it should be A__"
Just (DocParagraph (DocAppend (DocBold (DocString "yes, it should be A"))
(DocString "\n")))
}}}
So that would be a ‘yes’.
I think the merging will be done relatively soon so it will land in HEAD
in a while.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/252#comment:5>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list