ttscoff / nv

MultiMarkdown version of Notational Velocity with Markdown editing features and preview
http://brettterpstra.com/projects/nvalt
BSD 3-Clause "New" or "Revised" License
1.77k stars 197 forks source link

Javascript in template.html not working #55

Open noamross opened 12 years ago

noamross commented 12 years ago

Hi,

I can't seem to get javascript to to work in Preview mode. I use javascript to include MathJax in my files. I've modified the template.html file in the Library to include the following:

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

However, MathJax does not display. I've tried this in both the header and the body of `template.html'. Thoughts?

Thanks,

Noam

ekimgit commented 12 years ago

Didn't work for me either. I'm using the marked.app as a workaround for preview, which renders mmd 3.0 math. So I think they will include it later on in nvalt as well. Any beta News to this subject?

Tnx Mike