[commit: haddock] alexbiehl-patch-1, ghc-8.0, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.17, v2.18, wip/T14529, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13, wip/ttg6-unrevert-2017-11-22: Fix math typo and add link. (1f28fd8)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:47:22 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: alexbiehl-patch-1,ghc-8.0,ghc-head,ghc-head1,headdock-library-1.4.5,ie_avails,master,pr-filter-maps,pr/cabal-desc,travis,v2.17,v2.18,wip/T14529,wip/new-tree-one-param,wip/rae,wip/remove-frames,wip/remove-frames1,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/1f28fd887cd405ef5e31868ae51c32df2545e484

>---------------------------------------------------------------

commit 1f28fd887cd405ef5e31868ae51c32df2545e484
Author: Dominic Steinitz <dominic at steinitz.org>
Date:   Thu Jun 9 09:44:53 2016 +0100

    Fix math typo and add link.


>---------------------------------------------------------------

1f28fd887cd405ef5e31868ae51c32df2545e484
 doc/markup.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/markup.rst b/doc/markup.rst
index bc27d34..78718c1 100644
--- a/doc/markup.rst
+++ b/doc/markup.rst
@@ -807,12 +807,12 @@ delimiters are ``\[...\]`` for displayed mathematics and ``\(...\)``
 for in-line mathematics. An example looks like this: ::
 
   \[
-  f(a) = \frac{1}{2\pi i}\oint_\gamma \frac{f(z)}{z-a}\mathrm\,{d}z
+  f(a) = \frac{1}{2\pi i}\oint_\gamma \frac{f(z)}{z-a}\,\mathrm{d}z
   \]
 
 If the output format supports it, the mathematics will be rendered
 inside the documentation. For example, the HTML backend will display
-the mathematics via MathJax.
+the mathematics via `MathJax <https://www.mathjax.org>`__.
 
 Anchors
 ~~~~~~~



More information about the ghc-commits mailing list