From 44434149a061e03c94248ecc2a70a445fa0cdcd3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 10 Apr 2016 12:01:25 +0200 Subject: add mathjax as submodule --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..176c2c9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "MathJax"] + path = dep/mathjax + url = https://github.com/mathjax/MathJax +[submodule "dep/mathjax"] + path = dep/mathjax + url = https://github.com/mathjax/MathJax -- cgit v1.3.1