﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3311	Enable loading JS globally when inside the info annotation of package.mo	Dietmar Winkler	Adeel Asghar	"I have the use case that I like to use MathJax in the documentation of my models. Now this functionality was implemented as part of #1809 and the request for a global `<script>...</script>` was part of #2490 but unfortunately overlooked.

What I think would be ideal is that if one has some `<script>...</script>` inside the top-level `package.mo` then that script would be loaded for the rendering of all documentation annotations of all the classes in that package. 

That we I could define 

{{{
annotation(Documentation(info=""<html>
<script type=\""text/javascript\""
 src=\""https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML\"">
 </script>
</html>""));
}}}
once and be done with it.
"	enhancement	closed	high	1.9.4	OMEdit	trunk	fixed	MathJax	
