From 0a211e0218089ca7cdd792e68bc6af3d31bd2a79 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 17 Dec 2016 16:00:34 -0800 Subject: [PATCH] change header levels in editor --- public/editor-files/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/editor-files/editor.js b/public/editor-files/editor.js index a01f33a..46b838d 100644 --- a/public/editor-files/editor.js +++ b/public/editor-files/editor.js @@ -1,6 +1,6 @@ var editor = new MediumEditor('.editable', { toolbar: { - buttons: ['bold', 'italic', 'anchor', 'h1', 'h2', 'quote', 'pre', 'unorderedlist'] + buttons: ['bold', 'italic', 'anchor', 'h2', 'h3', 'quote', 'pre', 'unorderedlist'] }, placeholder: {text: 'Write something nice...'}, paste: {