From c916c8beb1de7871edd4d374f4c7cc3507a33465 2014-03-19 17:42:11 From: Paul Ivanov Date: 2014-03-19 17:42:11 Subject: [PATCH] raw cell placeholder text as one line --- diff --git a/IPython/html/static/notebook/js/textcell.js b/IPython/html/static/notebook/js/textcell.js index 8dc1d55..e57d990 100644 --- a/IPython/html/static/notebook/js/textcell.js +++ b/IPython/html/static/notebook/js/textcell.js @@ -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." };