mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
tweak raw placeholder
This commit is contained in:
parent
26797b24ce
commit
7458f12dca
@ -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."
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user