Skip to main content

First Blog Post

· One min read
Blog Author
Blog Maintainer

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

My tip

Use this awesome feature option

Take care

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.