summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2016-12-17 16:00:34 -0800
committerAaron Parecki <aaron@parecki.com>2016-12-17 16:00:34 -0800
commit0a211e0218089ca7cdd792e68bc6af3d31bd2a79 (patch)
tree598de42b517498d53c70f7094b54bcae0ec343f8 /public
parentab0c5f9bfabacbf737cec3fb5796ce66dd37d877 (diff)
change header levels in editor
Diffstat (limited to 'public')
-rw-r--r--public/editor-files/editor.js2
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: {