docgen-tool 3.2.9 → 3.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/docgen/docgen.js
CHANGED
|
@@ -652,7 +652,8 @@ function DocGen(process) {
|
|
|
652
652
|
//support for MathJax (only supported via CDN due to very large size)
|
|
653
653
|
//MathJax configuration is the same as used by math.stackexchange.com
|
|
654
654
|
//Note - wkhtmlpdf //cdn urls - see https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1634
|
|
655
|
-
|
|
655
|
+
//Note - later than version 2 doesn't work with wkhtmltodpf
|
|
656
|
+
$('head').append("<script type=\"text/javascript\" id=\"MathJax-script\" async\n src=\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML\">\n </script>");
|
|
656
657
|
}
|
|
657
658
|
};
|
|
658
659
|
/*
|