tweak raw placeholder

This commit is contained in:
MinRK 2013-12-05 09:34:30 -08:00
parent 26797b24ce
commit 7458f12dca

View File

@ -360,7 +360,7 @@ var IPython = (function (IPython) {
};
RawCell.options_default = {
placeholder : "Write raw HTML / LaTeX here, for use with nbconvert.\n" +
placeholder : "Write raw LaTeX or other formats here, for use with nbconvert.\n" +
"It will not be rendered in the notebook.\n" +
"When passing through nbconvert, a Raw Cell's content is added to the output unmodified."
};