jpuri / jpuri/html-to-draftjs

Nested blockquot

Open
#56 2 comments 0 reactions 0 assignees View on GitHub

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, htmlToDraft generate 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.