Markdown Playground
Write and preview Markdown in real-time. Perfect for READMEs, documentation, and articles.
Welcome to Markdown Playground
What is Markdown?
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents.
Features
- Bold text and italic text
Inline codeand code blocks- Links
- Lists (ordered and unordered)
- And much more!
Code Example
function greet(name) {
console.log(Hello, ${name}!);
}
Blockquote
"The best way to predict the future is to invent it." — Alan Kay
Task List
Try editing this text to see the live preview!