From 731bf34223efc9e0f28b1c3e77e1dbbf8bd5e601 Mon Sep 17 00:00:00 2001 From: Munken Date: Fri, 16 Dec 2016 11:02:36 +0000 Subject: Clearer comment as to why the procedure is needed --- vendor/assets/javascripts/katex.js | 2 +- vendor/assets/stylesheets/katex.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/assets/javascripts/katex.js b/vendor/assets/javascripts/katex.js index 2ce3a5e8d4d..beb31ca6a7e 100644 --- a/vendor/assets/javascripts/katex.js +++ b/vendor/assets/javascripts/katex.js @@ -31,7 +31,7 @@ /* Here is how to build a version of KaTeX that works with gitlab. - The problem is that the procedure for changing font location doesn't work for ''. + The problem is that the standard procedure for changing font location doesn't work for the empty string. 1. Clone KaTeX. Anything later than 4fb9445a9 (is merged into master) will do. 2. make (requires node) diff --git a/vendor/assets/stylesheets/katex.css b/vendor/assets/stylesheets/katex.css index 2d0b4635ccf..3e62df2329c 100644 --- a/vendor/assets/stylesheets/katex.css +++ b/vendor/assets/stylesheets/katex.css @@ -31,7 +31,7 @@ SOFTWARE. /* Here is how to build a version of KaTeX that works with gitlab. - The problem is that the procedure for changing font location doesn't work for ''. + The problem is that the standard procedure for changing font location doesn't work for the empty string. 1. Clone KaTeX. Anything later than 4fb9445a9 (is merged into master) will do. 2. make (requires node) -- cgit v1.2.1