Closed wesleyboar closed 1 year ago
Do not nest a <p> within a <p>.
<p>
Rendered Markup:
Logged Error:
Source Markup:
No nested <p> tag, yet same UI:
I fixed the failing build step via 8787cc0 "chore: nx format:write" and pushed it. I wait for GitHub to recognize that here. It does see the branch has that commit.
Overview
Do not nest a
<p>
within a<p>
.Related
Changes
<p>
Testing
UI
Before
Rendered Markup:
Logged Error:
Source Markup:
After
No nested
<p>
tag, yet same UI: