Write Markdown and see the rendered HTML preview in real time.
This is a bold text and this is italic.
``javascript
const hello = "world";
console.log(hello);
``
This is a blockquote
Markdown is a lightweight markup language that allows you to write formatted text using plain text syntax. Created by John Gruber in 2004, it is widely used for README files, documentation, blog posts, and content management systems. Common syntax includes # for headings, **bold**, *italic*, - for lists, and backticks for code. This tool renders your Markdown to HTML in real time.