-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Overview
When rendering markdown content, the h1 heading disappears if there is additional content after it.
If the markdown only contains the h1, it is displayed correctly.
However, when there is any text following the heading, the h1 becomes hidden / not rendered visibly.
Code example:
const content = `
# Hello World
This is **bold text** and *italic text*.
Here's some \`inline code\` and a list:
- Item 1
- Item 2
- Item 3
`;
const content = `
# Hello World
`;
Reproducable Code
<StreamdownRN>{content}</StreamdownRN>
Version Info
"streamdown-rn": "^0.1.6"
Metadata
Metadata
Assignees
Labels
No labels