diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-12-17 16:00:34 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-12-17 16:00:34 -0800 |
commit | 0a211e0218089ca7cdd792e68bc6af3d31bd2a79 (patch) | |
tree | 598de42b517498d53c70f7094b54bcae0ec343f8 /public/editor-files | |
parent | ab0c5f9bfabacbf737cec3fb5796ce66dd37d877 (diff) |
change header levels in editor
Diffstat (limited to 'public/editor-files')
-rw-r--r-- | public/editor-files/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |