Faillure rendering sample docs. #4116
Labels
bug 🐛
An unexpected issue that highlights incorrect behavior
Completed 🔥
markdown 📑
Issues related to Markdown
sample app 🖼
Milestone
Describe the bug
A clear and concise description of what the bug is.
Some doc pages fail to render in the sample app due to not being able to handle certain markdown.
When parsing special quotes with special style tags like [!NOTE] or [!TIP], the sample app does not handle there not being one of those style tags at the beginning of the quote and the example code would crash the rendered.
In the SampleApp there are docs that we render that have the markdown syntax
> Hello world
And should be rendered as
But instead the doc fails to render and none of the doc page is shown.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Login button docs and other docs with the md syntax
>
work.Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: