You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
@@ -254,21 +254,21 @@ That could equivalently be written as ::
254
254
255
255
-- | ...
256
256
-- Copyright:
257
-
-- (c) Some Guy, 2013
257
+
-- (c) Some Person, 2013
258
258
-- Someone Else, 2014
259
259
-- ...
260
260
261
261
or as ::
262
262
263
263
-- | ...
264
-
-- Copyright: (c) Some Guy, 2013
264
+
-- Copyright: (c) Some Person, 2013
265
265
-- Someone Else, 2014
266
266
-- ...
267
267
268
268
but not as ::
269
269
270
270
-- | ...
271
-
-- Copyright: (c) Some Guy, 2013
271
+
-- Copyright: (c) Some Person, 2013
272
272
-- Someone Else, 2014
273
273
-- ...
274
274
@@ -965,7 +965,7 @@ underscore if you need it bold:
965
965
Monospaced (or typewriter) text is indicated by surrounding it with
966
966
``@...@``. Other markup is valid inside a monospaced span: for example
967
967
``@'f' a b@`` will hyperlink the identifier ``f`` inside the code
968
-
fragment, but ``@__FILE__@`` will render ``FILE`` in bold with no
968
+
fragment, but ``@__FILE__@`` will render ``FILE`` in bold with no
969
969
underscores, which may not be what you had in mind.
970
970
971
971
Linking to Modules
@@ -1148,8 +1148,8 @@ Grid Tables
1148
1148
1149
1149
Inspired by reSTs grid tables Haddock supports a complete table representation via a grid-like "ASCII art". Grid tables are described with a visual grid made up of the characters "-", "=", "|", and "+". The hyphen ("-") is used for horizontal lines (row separators). The equals sign ("=") may be used to separate optional header rows from the table body. The vertical bar ("|") is used for vertical lines (column separators). The plus sign ("+") is used for intersections of horizontal and vertical lines. ::
0 commit comments