raw cell placeholder text as one line

Paul Ivanov 12 years ago
parent 37852baa6d
commit 2e4036fd4f

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

Loading…
Cancel
Save