haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 242 forks source link

MathJax formula at beginning of paragraph breaks in bullet lists #1633

Closed jasagredo closed 1 month ago

jasagredo commented 2 months ago

This code

-- | An example
--
-- - __A__:
--
--   \(X\)
--
-- - __B__:
--
--     \(X\)
--
-- - __C__:
--
--     \(X\) blah
--
-- - __D__:
--
--     blah
--     \(X\)
--
-- - __E__:
--
--     blah
--     blah \(X\)
--
-- - __F__:
--
--     blah
--      \(X\)
--
-- - __G__:
--
--     blah
--     \(X\) blah

Renders as: image

I think this is also a manifestation of #774

Kleidukos commented 1 month ago

Hi, thank you for this PR, but Haddock now lives full-time in the GHC repository! Read more at https://discourse.haskell.org/t/haddock-now-lives-in-the-ghc-repository/9576.

Let me know if you feel it is still needed, and I'll migrate it. :)