Skip to main content

MDX Blog Post

· One min read
Lalit Dibyadarshan
Front End Engineer @ Thoughtworks

Blog posts support Snippy Lab Markdown features, such as MDX.

tip

Use the power of React to create interactive blog posts.

For example, use JSX to create an interactive button:

<button onClick={() => alert('button clicked!')}>Click me!</button>