-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quill-view-html - numbered and bulleted lists #1888
Comments
known quill 2.0 issue, since you get html code from quill with getSemanticHTML() and there are some things missing slab/quill#4103. i do not touched the content of the view-html example so it uses quill v1 content instead of 2. in general... do not store html to database... never^^ |
Really appreciate a fast response. I think the issue here is that ngx-quill is advertising quill-view-html component which is apparently not supported as of 2.0. I would recommend marking it as deprecated. |
yes the quill-view-html was honestly only there to have an alternative to show the content without the quill overhead. i mean someone could extend the list formats so maybe getSemanticHTML() will return some data-attributes/inline-stylings you can use to add css-styling to get what you want. |
Example view-html on https://killercodemonkey.github.io/ngx-quill-example/#html is not showing numbered and bulleted lists correctly
Wayback machine (2023-10-18)
Current version (2024-07-02)
The text was updated successfully, but these errors were encountered: