Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Set the HTML tags to use for Quill attributes

Compare
Choose a tag to compare
@deanblackborough deanblackborough released this 19 Apr 21:56
· 329 commits to master since this release
  • Added the ability to set the HTML tag for the following Quill attributes, bold, italic, script, strike and underline. [Feature]
  • Minor rework to Quill class to allow options to be set, parse() was being called before the new option value was being set.
  • Updated readme, now shows direct usage example.