diff options
Diffstat (limited to 'doc/markup.rst')
-rw-r--r-- | doc/markup.rst | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/markup.rst b/doc/markup.rst index abfeb52a..55ae3cb3 100644 --- a/doc/markup.rst +++ b/doc/markup.rst @@ -178,7 +178,7 @@ Deriving clauses Most instances are top-level, so can be documented as in :ref:`top-level-declaration`. The exception to this is instance that are come from a ``deriving`` clause on a datatype declaration. These can -the documented like this: :: +be documented like this: :: data D a = L a | M deriving ( Eq -- ^ @since 4.5 @@ -1126,17 +1126,6 @@ followed by the URL enclosed in regular parentheses, for example: :: The link text is used as a description for the URL if the output format supports it. - -Hint: There's a `known issue <https://github.com/haskell/haddock/issues/774>`_ -that any inline link at the beginning of a line within a multi-line comment -isn't rendered correctly: :: - - {-| Some multi-line comment that has a - [link](https://example.com) and a - [reference link]: https://example.com - -} - -Adding a space or a word in front of such a link can be used as a workaround. Images ~~~~~~ |