Components Demo
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
This paragraph is only to demonstrate the paragraph component. And things like bold text, italic text, bold+italic text, and a link. Let's also try inline code, and inline mdx
Code block
const x = "Without additional props, just language"
console.log(x)
const x = "With additional props like title and showLineNumbers" console.log(x)