Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: new config setting
allowLineBreaks: Boolean
Allow a Header Tool's text to include break line `<br>` tags when a user presses Shift + Enter. By default, this is disabled, the developer can choose to enable through the tool's config: ``` config: { allowLineBreaks: true, } ``` Fixes editor-js#73
- Loading branch information