byorgey / BlogLiterately

Command-line tool for formatting and publishing blog posts.
GNU General Public License v3.0
19 stars 4 forks source link

mathjax not rendered #6

Closed idontgetoutmuch closed 11 years ago

idontgetoutmuch commented 11 years ago

If I do

pandoc -s NeuralNet.lhs -o NeuralNet.html --bibliography=Neural_networks.bibtex --mathjax

then mathjax gets rendered correctly and I can see

<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>

in the html.

But if I do

~/Library/Haskell/ghc-7.6.2/lib/BlogLiterately-diagrams-0.1.2/bin/BlogLiteratelyD NeuralNet.lhs --math=mathjax > NeuralNetBL.html

then the mathjax is not rendered presumably because BlogLiterately does not produce the necessary Githubissues.

  • Githubissues is a development platform for aggregating issues.