[Haddock] [haddock] #243: Add markup parsing to the Haddock API
haddock
haddock at projects.haskell.org
Mon Mar 25 08:31:03 GMT 2013
#243: Add markup parsing to the Haddock API
------------------------+---------------------------------------------------
Reporter: waern | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Version: | Keywords:
------------------------+---------------------------------------------------
The haddock library currently does not expose functionality for
converting strings of Haddock markup to HTML.
This functionality is needed by Hackage, for example, to render
package description text. Hackage duplicates the haddock parsing and
lexing code rather than using it directly:
http://code.haskell.org/hackage-server/Distribution/Server/Pages/Package/
We should add functions to the Haddock API for parsing the markup.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/243>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list