From 74a45bf675b6ddaa53feae1190e8ed45cdc497de 2013-12-05 21:05:14
From: MinRK <benjaminrk@gmail.com>
Date: 2013-12-05 21:05:14
Subject: [PATCH] use reST in raw cell toolbar

reduces width
---

diff --git a/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js b/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js
index 739926a..3d51798 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"],