Conversation
๐ Linked issue
Resolves #5813
โ Type of change
- ๐ Documentation (updates to the documentation or readme)
- ๐ Bug fix (a non-breaking change that fixes an issue)
- ๐ Enhancement (improving an existing functionality)
- โจ New feature (a non-breaking change that adds functionality)
- ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
- Fix the problematic Markdown rendering by proper escaping backticks with the double backticks syntax.
- I've also checked all occurrences of
parseMarkdownto make sure that only<HighlightInlineType />needs to fix. - I didn't check all component pages, but I don't think that this markdown change will break rendering.
Screenshot
| Before | After |
|---|---|
![]() |
![]() |
๐ Checklist
- I have linked an issue or discussion.
- I have updated the documentation accordingly.
benjamincanac
changed the title
fix(docs): fix prop type rendering by properly escaping markdown
docs(components): properly escape markdown in prop type rendering

