bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI
http://hallojs.org/
MIT License
2.43k stars 316 forks source link

Extra headers with halloheadings plugin #238

Open adambowles opened 9 years ago

adambowles commented 9 years ago

According to https://www.npmjs.com/package/hallo#plugins : You can pass a headings option key "headers" with an array of header sizes (i.e. headers: [1,2,5,6])

However, I can't seem to get this to work

This is the code I'm using: plugins: {'halloheadings': {headers: [3,4,5]}}