Skip to content
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

Often there is an extra p tag #2236

Open
18228076235 opened this issue Feb 5, 2024 · 1 comment
Open

Often there is an extra p tag #2236

18228076235 opened this issue Feb 5, 2024 · 1 comment
Labels
type: bug 🪲 Something isn't working

Comments

@18228076235
Copy link

18228076235 commented Feb 5, 2024

i render this dom

<td>
    <span style="font-family: sans-serif; white-space: normal;">test</span>
</td>

the edito render


<td>
    <p style>
          <span style="font-family: sans-serif; white-space: normal;">test</span>
    </p>
</td>

added an extra p tag

@18228076235 18228076235 added the type: bug 🪲 Something isn't working label Feb 5, 2024
@Asin-Junior-Honore
Copy link

@18228076235 can i work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants