diff options
author | Lorenz Schmid <schmid.lorenz@gmail.com> | 2018-11-26 08:29:49 +0000 |
---|---|---|
committer | Lorenz Schmid <schmid.lorenz@gmail.com> | 2018-11-26 08:29:49 +0000 |
commit | aa4ebe7f280b56214cf507eb587392802f4a93e5 (patch) | |
tree | 9ad2a0471c818dd2ea9cef80ef2acd6d3d35ffe6 | |
parent | 359a03c2bf4c836e8b87a9a219965dfb863115c4 (diff) | |
download | gitlab-ce-aa4ebe7f280b56214cf507eb587392802f4a93e5.tar.gz |
Updated Katex "Supported Functions" link
-rw-r--r-- | doc/user/markdown.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md index 6c6119a2691..debebd4c081 100644 --- a/doc/user/markdown.md +++ b/doc/user/markdown.md @@ -1022,7 +1022,7 @@ A link starting with a `/` is relative to the wiki root. [rouge]: http://rouge.jneen.net/ "Rouge website" [redcarpet]: https://github.com/vmg/redcarpet "Redcarpet website" [katex]: https://github.com/Khan/KaTeX "KaTeX website" -[katex-subset]: https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX "Macros supported by KaTeX" +[katex-subset]: https://katex.org/docs/supported.html "Macros supported by KaTeX" [asciidoctor-manual]: http://asciidoctor.org/docs/user-manual/#activating-stem-support "Asciidoctor user manual" [commonmarker]: https://github.com/gjtorikian/commonmarker [commonmark-spec]: https://spec.commonmark.org/current/ |