summaryrefslogtreecommitdiff
path: root/spec/_layouts/default.yml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2016-01-21 12:55:07 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2016-03-26 09:31:11 -0700
commit66b038976d435472b2e5c9720ff2e8cc42177b1a (patch)
tree0f1c15c7c4fc3ffcf47772517d15b6fb067b0206 /spec/_layouts/default.yml
parent828105f8ca5c34399608e87968fa840044113f3f (diff)
downloadscala-66b038976d435472b2e5c9720ff2e8cc42177b1a.tar.gz
scala-66b038976d435472b2e5c9720ff2e8cc42177b1a.tar.bz2
scala-66b038976d435472b2e5c9720ff2e8cc42177b1a.zip
Spec updates for Sammy.
- Upgrade MathJax to 2.6. This fixes the vertical bar problem on Chrome (https://github.com/mathjax/MathJax/issues/1300); - Disambiguate link to Dynamic Selection; - Consolidate type relations; - Formatting, whitespace and linebreaks; - SAM conversion.
Diffstat (limited to 'spec/_layouts/default.yml')
-rw-r--r--spec/_layouts/default.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/_layouts/default.yml b/spec/_layouts/default.yml
index 69791d26ad..7e205f8835 100644
--- a/spec/_layouts/default.yml
+++ b/spec/_layouts/default.yml
@@ -15,7 +15,7 @@
}
});
</script>
- <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+ <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.2/styles/default.min.css">
<!-- need to use include to see value of page.chapter variable -->