This page demonstrates how to use react-markdown with your custom Type components.
This is a regular paragraph with some bold text, italic text, and inline code.
This is a blockquote that demonstrates how your Type components can be used to style quoted content with proper theming.
Here's some inline code within a paragraph.
// This would be a code block, but react-markdown
// handles this differently from inline code
const example = "Hello World";