Restore heading level cells to nbformat4 notebooks.

This commit is contained in:
millejoh 2015-02-15 09:27:18 -06:00
parent e3623a373e
commit d52cc9a662

View file

@ -541,7 +541,7 @@ an integer used only when the TYPE is \"heading\"."
(choices (case (oref ws :nbformat)
(2 "cm")
(3 "cmr123456")
(4 "cmr")))
(4 "cmr123456")))
(key (ein:ask-choice-char
(format "Cell type [%s]: " choices) choices))
(type (case key