Rendering issue of code span and header with Advanced extensions #25

Closed
opened 2026-01-29 14:21:15 +00:00 by claunia · 2 comments
Owner

Originally created by @xoofx on GitHub (Jun 20, 2016).

From Markdown Editor issue 4

With advanced extensions, the following markdown is not rendered properly:

See example on babelmark

`https://{domain}/callbacks`
#### HEADING
Paragraph

outputs the invalid html:

<p>
  <code>https://{domain}/callbacks</code>
</p>
<h4 id="section" domain>
</h4>
<p>
  Paragraph
</p>
Originally created by @xoofx on GitHub (Jun 20, 2016). From [Markdown Editor issue 4](https://github.com/madskristensen/MarkdownEditor/issues/4) With advanced extensions, the following markdown is not rendered properly: See [example on babelmark](https://babelmark.github.io/?text=%60https%3A%2F%2F%7Bdomain%7D%2Fcallbacks%60%0A%23%23%23%23+HEADING%0AParagraph) ``` markdown `https://{domain}/callbacks` #### HEADING Paragraph ``` outputs the invalid html: ``` html <p> <code>https://{domain}/callbacks</code> </p> <h4 id="section" domain> </h4> <p> Paragraph </p> ```
claunia added the bug label 2026-01-29 14:21:15 +00:00
Author
Owner

@madskristensen commented on GitHub (Jun 20, 2016):

I can repro with version 0.5.5

@madskristensen commented on GitHub (Jun 20, 2016): I can repro with version 0.5.5
Author
Owner

@xoofx commented on GitHub (Jun 20, 2016):

This should be fixed by cab3365 part of 0.5.7 version

@xoofx commented on GitHub (Jun 20, 2016): This should be fixed by cab3365 part of 0.5.7 version
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#25