Markdown Source
# Welcome to Markdown! Markdown is a **lightweight markup language** that converts to HTML. You can use: - *italic*, **bold**, ~~strikethrough~~ - `inline code` and [links](https://example.com) - Lists, tables, code blocks - > Blockquotes and more ## Features 1. Easy to read 2. Easy to write 3. Converts to clean HTML ### Code Example ```javascript function greet(name) { return `Hello, ${name}!`; } ``` ### Table | Syntax | Description | | ------ | ----------- | | Header | Title | | Cell | Content | > Markdown is the standard for documentation.
Live Preview
📚 Complete Markdown Cheatsheet
Basic
Extended
Code
Lists & Tasks
Media
Advanced