-
Notifications
You must be signed in to change notification settings - Fork 3
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
TypeError: sequence item 2: expected str instance, tuple found #121
Comments
Hey @viperfx, most likely this is because the list items are both at <ul>
<li>
<ul>
<li>First item depth 1</li>
<li>Second item depth 1</li>
</ul>
</li>
</ul> What would you expect this to produce in Markdown? |
Ah I see. I don't even know how the user achieved this with draftjs.
So I don't expect an output exactly like that. Is there a way to fallback
or safely recover and show only the nested list?
…On Sat., Oct. 17, 2020, 11:23 Thibaud Colas, ***@***.***> wrote:
Hey @viperfx <https://github.com/viperfx>, most likely this is because
the list items are both at depth 1. This would be equivalent to the
following HTML:
<ul>
<li>
<ul>
<li>First item depth 1</li>
<li>Second item depth 1</li>
</ul>
</li></ul>
What would you expect this to produce in Markdown?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQEQNMWAAL6UROQG2C42TSLGZGPANCNFSM4ST6YDGQ>
.
|
Any suggestions @thibaudcolas ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When converting the following draftjs block
I got the following issue.
The text was updated successfully, but these errors were encountered: