File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
:resource-paths [" vendor" ]
13
13
14
- ; ;Needed for testing Latex equation formatting. You must download
15
- ; ;and install MathJax in you doc directory.
16
- :marginalia { :javascript [ " mathjax/MathJax .js" ]}
14
+ ; ; updated to match the latest mathjax website information:
15
+ :marginalia { :javascript [ " https://polyfill.io/v3/polyfill.min.js?features=es6 "
16
+ " https://cdn.jsdelivr.net/npm/ mathjax@3/es5/tex-mml-chtml .js" ]}
17
17
18
18
; ; lein docs assumes the lein-marginalia repo is a sibling of this
19
- ; ; marginalia repo!
19
+ ; ; marginalia repo -- and that there is a marginalia-gh-pages sibling
20
+ ; ; which is marginalia checked out to the gh-pages branch:
20
21
:aliases {" docs" [" run" " -m" " marginalia.main"
22
+ " -d" " ../marginalia-gh-pages"
23
+ " -f" " index.html"
21
24
" ../lein-marginalia/src/leiningen/marg.clj"
22
25
" src/marginalia/core.clj"
23
26
" src/marginalia/html.clj"
You can’t perform that action at this time.
0 commit comments