Written by
Tony StarkPublished on
2022-08-28This is a demo blog post to show how the blog works. In this post I will be talking about how to use the blog and what you can do with it.
This blog is built using mdx. Mdx is a markdown extension that allows you to write markdown and then add react components to it. This means you can write markdown and then add components to it. This is great for adding things like images and videos to your blog posts as well as interactive components.
The supabaster blog also uses next/image to handle images. This means you can add images to your blog posts and they will be lazy loaded and optimized for the web. Like this one:
supastarter also includes formatting for all common markdown elements. You can write bold, italic, and ~~strikethrough~~ text. You can also write code inline like const x = 1
or in a block:
// my awesome code snippet
if (true) {
console.log('hello world');
}
Of course you can also use lists:
If you want to add a horizontal rule you can do that too:
Learn more about all the supastarter features on the supastarter website.
Built by Michal Slepko
Twitter© by NotiTasks. All rights reserved.