You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When parsing a markdown input containing a mix of bold, italic, links, and lists, the output HTML is incorrectly formatted. Specifically, the <strong> tag is not applied correctly across the entire range of content.
To Reproduce
Steps to reproduce the behavior:
Use the following code to parse the Markdown input:
Expected behavior
The expected output should ensure that the full content from Text1 through to the last list item Element 2. is correctly wrapped in a single <strong></strong> tag. This includes everything after the title, all the way down to the last list element, with appropriate HTML tags applied to the individual markdown elements.
Marked version:
15.0.7
Describe the bug
When parsing a markdown input containing a mix of bold, italic, links, and lists, the output HTML is incorrectly formatted. Specifically, the
<strong>
tag is not applied correctly across the entire range of content.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected output should ensure that the full content from
Text1
through to the last list itemElement 2.
is correctly wrapped in a single<strong></strong>
tag. This includes everything after the title, all the way down to the last list element, with appropriate HTML tags applied to the individual markdown elements.The text was updated successfully, but these errors were encountered: