##// END OF EJS Templates
tweak raw placeholder
MinRK -
Show More
@@ -360,7 +360,7 b' var IPython = (function (IPython) {'
360 };
360 };
361
361
362 RawCell.options_default = {
362 RawCell.options_default = {
363 placeholder : "Write raw HTML / LaTeX here, for use with nbconvert.\n" +
363 placeholder : "Write raw LaTeX or other formats here, for use with nbconvert.\n" +
364 "It will not be rendered in the notebook.\n" +
364 "It will not be rendered in the notebook.\n" +
365 "When passing through nbconvert, a Raw Cell's content is added to the output unmodified."
365 "When passing through nbconvert, a Raw Cell's content is added to the output unmodified."
366 };
366 };
General Comments 0
You need to be logged in to leave comments. Login now