When is HtmlEntityInline used? #562

Closed
opened 2026-01-29 14:39:46 +00:00 by claunia · 1 comment
Owner

Originally created by @Kation on GitHub (Sep 21, 2022).

When start with a html element. There is a HtmlBlock.

<p>content</p>

When use html element mixed in a inline. There are two HtmlInline.

hello<b>world</b>.

And what markdown content will get a HtmlEntityInline?

Originally created by @Kation on GitHub (Sep 21, 2022). When start with a html element. There is a `HtmlBlock`. ``` <p>content</p> ``` When use html element mixed in a inline. There are two `HtmlInline`. ``` hello<b>world</b>. ``` And what markdown content will get a `HtmlEntityInline`?
claunia added the question label 2026-01-29 14:39:46 +00:00
Author
Owner

@MihaZupan commented on GitHub (Sep 21, 2022):

It's for things like &lt; or &#34;.
See https://www.w3schools.com/html/html_entities.asp

@MihaZupan commented on GitHub (Sep 21, 2022): It's for things like `&lt;` or `&#34;`. See https://www.w3schools.com/html/html_entities.asp
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#562