From 2e4036fd4f14783bb403f82b39d64e6a84ba6387 Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Wed, 19 Mar 2014 10:42:11 -0700 Subject: [PATCH] raw cell placeholder text as one line --- IPython/html/static/notebook/js/textcell.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/html/static/notebook/js/textcell.js b/IPython/html/static/notebook/js/textcell.js index 8dc1d5522..e57d99094 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." };