Browse Source

change header levels in editor

pull/64/head
Aaron Parecki 7 years ago
parent
commit
0a211e0218
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/editor-files/editor.js

+ 1
- 1
public/editor-files/editor.js View File

@ -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: {

Loading…
Cancel
Save