This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Add Markdown support #244
Open
Description
Original reporter: @tibbe
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.