-
Notifications
You must be signed in to change notification settings - Fork 144
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
Using two Bullet point lists do not render correctly #62
Comments
Adding a new line between the end of the numbered lists and the bullet points, makes it all render correctly |
Facing the exact same issue. @mitchellwarr did you manage to work around it? |
i cant remember. but this edge case is such that im ignoring the issue until my codebase can phase this WYSIWYG out with a better one |
Facing the same issue, the problem is this creates invalid HTML. A ul or ol can only contain li's - where currently the output is nesting the second level list directly in the parent list, where it should be nested in the list item itself. |
Same issue here. Lists are directly nested under the parent list, when it should be wrapped with a Any updates on this issue or how to work around it? |
I really like this tool, and I greatly appreciate the work that went into it. Is it abandoned, though? Maybe the creator/maintainer got busy with work/life. |
I've just created a PR (#107) to fix this issue. Now we need a help from @jpuri to merge it. |
If you have content as displayed in the convertToRaw of the editorState.
Which looks like
The html produced is
Which looks like
The text was updated successfully, but these errors were encountered: