Added by Benjamin Polidore about 15 years ago
I really like this javascript library:
http://www1.chapman.edu/~jipsen/mathml/asciimath.html
And I'd like to use it on my redmine install. What is the best way to go about this? I'm not a rails expert, but all you need to do is put this:
<script type="text/javascript" src="ASCIIMathML.js"></script>
In the head element of the HTML file that redmine generates. What is the best way to do this so that I get this javascript loaded for issues and wiki pages?