##// END OF EJS Templates
use reST in raw cell toolbar...
MinRK -
Show More
@@ -19,9 +19,9 b''
19 19 var select_type = CellToolbar.utils.select_ui_generator([
20 20 ["None", "-"],
21 21 ["LaTeX", "text/latex"],
22 ["restructuredText", "text/restructuredtext"],
22 ["reST", "text/restructuredtext"],
23 23 ["HTML", "text/html"],
24 ["markdown", "text/markdown"],
24 ["Markdown", "text/markdown"],
25 25 ["Python", "application/x-python"],
26 26 ["Custom", "dialog"],
27 27
General Comments 0
You need to be logged in to leave comments. Login now