[Haddock] [haddock] #244: Add Markdown support
haddock
haddock at projects.haskell.org
Fri Mar 29 00:10:44 GMT 2013
#244: Add Markdown support
------------------------+---------------------------------------------------
Reporter: tibbe | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Version: 2.11.0 | Keywords:
------------------------+---------------------------------------------------
Markdown has become the standard markup for writing programming
documentation (and blog posts and so on). It would be nice if Haddock
could support a superset of Markdown (i.e. with support for identifier
references and so forth) via a pragma:
{{{
{-# HADDOCK Markdown #-}
}}}
That way we could produce much richer docs, containing tables, bold text,
section headers (without having to add those headers to the export list),
etc.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/244>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list