Example configuration for using MathJax to format Latex equations.

This commit is contained in:
Brenton Ashworth 2010-12-23 07:47:56 +08:00 committed by Fogus
parent d6dca35040
commit 63635acdd8

View file

@ -13,4 +13,7 @@
[org.clojars.nakkaya/markdownj "1.0.2b4"]
[marginalia "0.2.1"]]
;;Needed for testing cake plugin
:tasks [marginalia.tasks])
:tasks [marginalia.tasks]
;;Needed for testing Latex equation formatting. You must download
;;and install MathJax in you doc directory.
:marginalia {:javascript ["mathjax/MathJax.js"]})