-
-
Notifications
You must be signed in to change notification settings - Fork 916
Closed as not planned
Labels
👎 phase/noPost cannot or will not be acted onPost cannot or will not be acted on🤷 no/invalidThis cannot be acted uponThis cannot be acted upon
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Affected package
rehype-raw
Steps to reproduce
Use Playground to reproduce.
Check use rehype-raw
text:
<bold style="color:red;">
hello
world
</bold>
This should be normal
Actual behavior
<bold style="color: red;">
hello
<p>world
</p>
<p>This should be normal</p></bold>
Expected behavior
<bold style="color: red;">
hello
<p>world
</p>
</bold>
<p>This should be normal</p>
Runtime
chrome
Package manager
pnpm
Operating system
macOS
Build and bundle tools
No response
Metadata
Metadata
Assignees
Labels
👎 phase/noPost cannot or will not be acted onPost cannot or will not be acted on🤷 no/invalidThis cannot be acted uponThis cannot be acted upon