trust latex

If mathjax is insecure, we have big problems.
And we already trust mathjax in markdown cells,
so this is consistent.
This commit is contained in:
MinRK 2014-02-20 18:31:17 -08:00
parent 4b01948200
commit 3d0957c7bc

View File

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