Welcome to the minimal markdown previewer!
Use it to write your markdown and see it rendered in real time. Perfect for writing about your projects or writing blog posts. For more info check out the repo here. Made with ❤️ by YeyoM
Getting Started:
- Write your markdown in the left
- See the preview in the right
- That's it, like for real!
- If you want to learn the markdown syntax, check out the markdown guide
Cool features
Code snippets - You can write code snippets in your markdown and it will be rendered in the preview.
To do this, just use the following syntax:
const hello = 'Hello everyone!' function printMessage(message) { console.log(message) } printMessage(hello)
HTML tags - You can write HTML tags in your markdown and it will be rendered in the preview.
Just write your HTML as normal and it will be rendered.
A centered div