From a31ceefb42184dec4e7889cc5af7cc4fbc8e5366 Mon Sep 17 00:00:00 2001 From: MinRK Date: Thu, 5 Dec 2013 13:05:14 -0800 Subject: [PATCH] use reST in raw cell toolbar reduces width --- IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js b/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js index 739926a5e..3d5179801 100644 --- a/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js +++ b/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js @@ -19,9 +19,9 @@ var select_type = CellToolbar.utils.select_ui_generator([ ["None", "-"], ["LaTeX", "text/latex"], - ["restructuredText", "text/restructuredtext"], + ["reST", "text/restructuredtext"], ["HTML", "text/html"], - ["markdown", "text/markdown"], + ["Markdown", "text/markdown"], ["Python", "application/x-python"], ["Custom", "dialog"],