---
slug: mdx-blog-post
title: MDX Blog Post
date: 2021-08-02 10:00:00
authors: [bspeice]
tags: []
---
## title
Hello?
Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).
:::tip
Use the power of React to create interactive blog posts.
:::
{/* truncate */}
For example, use JSX to create an interactive button:
```js
// highlight-start
// highlight-end
```