Search code examples
haskellhaddock

Embed bold face markup in Haddock documentation


Is there a way to get bold faced text when documenting Haskell source code with haddock markup? There is / / for emphasis, but nothing obvious for strong. I'm hoping for an elegant hack but I'll settle for a kludgy workaround...

AfC


Solution

  • This feature was pushed to HEAD yesterday.

    The markup is __This is some bold text__. You don't need to escape single underscores.