﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1809	Allow JavaScript in OMEdit html viewer	Martin Sjölund	Martin Sjölund	"The following code now works in OMEdit, which means you can easily write equations also in documentation.
{{{
<html>
<script type=""text/x-mathjax-config"">
  MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type=""text/javascript""
  src=""http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"">
</script>
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are:
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
</html>
}}}"	task	closed	blocker	1.9.0	OMEdit		fixed		
