From 8b2456cd563e580f91eb7aafa8aa71fbc08b7752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 11 Aug 2016 19:27:46 +0200 Subject: [PATCH] Copied over a couple of comments from math.rkt in https://github.com/jsmaniac/scribble-enhanced.git --- dollar.rkt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dollar.rkt b/dollar.rkt index a1e702f9a..7b1ffe7d3 100644 --- a/dollar.rkt +++ b/dollar.rkt @@ -44,6 +44,10 @@ new-properties)) +;; Other possible sources for MathJax: +;"http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" +;"http://c328740.r40.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=default" +;"http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-HTML" (define-runtime-path mathjax-dir "MathJax") (define-runtime-path katex-dir "katex") @@ -81,6 +85,10 @@ eojs (define load-mathjax-code (string->bytes/utf-8 + ;; To avoid the need to alter the MathJax configuration, add: + ;; (load-script-string "MathJax/MathJax.js?config=default"))) (define load-katex-code+style