Nested blockquot
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 163
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
- I have a html with blockquote:
<p>Hello jpuri. How are you?</p>
<blockquote><p>Hello erika</p></blockquote>
Hello jpuri. How are you?
Hello erika
- I like response again:
<p>Fine :)</p>
<blockquote>
<p>Hello jpuri. How are you?</p>
<blockquote><p>Hello erika</p></blockquote>
</blockquote>
Fine :)
Hello jpuri. How are you?
Hello erika
- BUT, when I use the last html,
htmlToDraftgenerate blockquote separates and the content out from them, like this:
<p>Fine :)</p>
<blockquote></blockquote>
Hello jpuri. How are you?
<blockquote></blockquote>
Hello erika
Fine :)
.Hello jpuri. How are you?
.Hello erika
- Do you know how resolve this?, or this library doesn't generate nested blockquote?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the htmlToDraft entry point and reproduce the provided nested blockquote HTML. Trace how nested blockquote elements are converted, then verify that the resulting output preserves the nesting and keeps each paragraph inside the correct blockquote.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100