Merge b699de8d65e2ad5d21719af70e456a97e45b4334 into 0e6e46634610eab43a374389a757e680021fd6a5

This commit is contained in:
Darth Vanger 2015-11-03 16:44:11 +00:00
commit 0f32b0e95e

View File

@ -836,7 +836,7 @@ function SimpleMDE(options) {
/**
* Default toolbar elements.
*/
SimpleMDE.toolbar = ["bold", "italic", "heading", "|", "quote", "unordered-list", "ordered-list", "|", "link", "image", "|", "preview", "side-by-side", "fullscreen", "guide"];
SimpleMDE.toolbar = ["bold", "italic", "heading", "|", "code", "quote", "unordered-list", "ordered-list", "|", "link", "image", "|", "preview", "side-by-side", "fullscreen", "guide"];
/**
* Default markdown render.