what's the pattern of adding <p> tag to list item? #455

Open
opened 2026-01-29 14:37:14 +00:00 by claunia · 0 comments
Owner

Originally created by @Edward-Chen-CN on GitHub (Apr 27, 2021).

Sometime the list item surrounded by <p> tag, sometime the value rendered inline. I would like to know what the pattern of adding the <p> tag to the list item or is there any way I can set it always surrounded by <p> tag

<li>content 1</li>
<li><p>content 2</P></li>

Originally created by @Edward-Chen-CN on GitHub (Apr 27, 2021). Sometime the list item surrounded by `<p>` tag, sometime the value rendered inline. I would like to know what the pattern of adding the `<p>` tag to the list item or is there any way I can set it always surrounded by `<p>` tag `<li>content 1</li>` `<li><p>content 2</P></li>`
claunia added the question label 2026-01-29 14:37:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#455