trust latex

If mathjax is insecure, we have big problems.
And we already trust mathjax in markdown cells,
so this is consistent.
pull/37/head
MinRK 12 years ago
parent 4b01948200
commit 3d0957c7bc

@ -480,6 +480,7 @@ var IPython = (function (IPython) {
OutputArea.safe_outputs = {
'text/plain' : true,
'text/latex' : true,
'image/png' : true,
'image/jpeg' : true
};

Loading…
Cancel
Save