First Blog Post
This is the first blog post on this site. You can write your blog posts in markdown format.
Markdown Features
Docusaurus supports Markdown and a few additional features.
Code Blocks
function HelloWorld() {
return (
<h1>Hello, World!</h1>
);
}
Admonitions
Use this awesome feature option
This action is dangerous
MDX
You can write JSX and use React components within your Markdown thanks to MDX.
Docusaurus green and Facebook blue are my favorite colors.
