❠️ Markdown Live Preview
Write Markdown on the left • See HTML preview on the right
Markdown
🗑️
# Welcome to Markdown Live Preview Start typing in this panel to see the HTML output on the right. ## What is Markdown? Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. ### Features: - **Bold** and *italic* text -
Links
- `inline code` ```python # Code block with syntax highlighting def greet(name): return f"Hello, {name}!" ``` > Blockquotes are great for quoting text. 1. Ordered lists 2. Are easy 3. To create | Tables | Are | Cool | |----------|-----------|------| | col 1 is | left-aligned | $1600 | | col 2 is | centered | $12 | --- *Start editing to see the magic!*
HTML Preview
📋️