blob: 86627f8efce4af877093ba5bd9a7e2611b671e32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{-# LANGUAGE Haskell2010 #-}
module Bug865 where
-- | An emphasized link [yes /this/ is emphasized while this is
-- @monospaced@](https://www.haskell.org/). And here is an image:
--
-- ![/emphasis/ stripped](https://www.haskell.org/static/img/haskell-logo.svg)
--
link :: ()
link = ()
|