From a466f205be9dac88a1437e86c6465c89385c71b3 Mon Sep 17 00:00:00 2001 From: Sigve Sebastian Farstad Date: Sun, 5 Jun 2016 12:13:41 +0200 Subject: [PATCH] Add counter support See https://github.com/mathjax/MathJax-third-party-extensions/tree/master/counters for more information. `\value{name}`, although supposedly supported by the extension, does not seem to work. Perhaps this is because the extension is two years old. Hopefully, `\value{..}` is not particularly useful. This fixes #445. --- wikipendium/wiki/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wikipendium/wiki/templates/base.html b/wikipendium/wiki/templates/base.html index e09d5ec2..60fd31e1 100644 --- a/wikipendium/wiki/templates/base.html +++ b/wikipendium/wiki/templates/base.html @@ -58,10 +58,12 @@ {% if mathjax %}