Closed generalov-epm closed 3 months ago
Was about to create an issue related to bullet lists no longer working, but it seems like this PR might solve it.
If this PR can resolve the bullet lists issue, could you please merge it? I'm using the react-quill-new library for my project. ðŸ˜ðŸ˜
If this PR merges and resolves our issue with bullets being converted to numbers, I would greatly appreciate it. @VaguelySerious 🚀
@generalov-epm Thanks for making this! And thanks for pinging me @sayinmehmet47, I didn't see the PR at first. This looks good to me
@VaguelySerious you are great thanks to react very fast :)
Published as react-quill-new@3.3.0
Unfortunately, this pull request did not resolve my issue. When I enter a bullet list, it is still added as ol
instead of ul
in the HTML.
Here similiar bug that opened
@sayinmehmet47 It seems very likely then that this is an issue with Quill itself, as we're just proxying the the getSemanticHTML
method. This issue is still open and seems to be the most relevant, but it doesn't get at the issue of .getSemanticHTML
directly, so it might be worth opening a new issue with your specific reproduction steps.
This PR is about exposing the getSemanticHTML method to event handlers.
The getSemanticHTML method returns the semantic HTML representation. This result is different from the
editor.getHTML()
method which returns just the editor contents.Example: