Welcome to the Markdown Editor Demo. This document showcases various features supported in Markdown, ideal for writing product descriptions, blog posts, or documentation.
1. Headings
H1 Heading
H2 Heading
H3 Heading
H4 Heading
H5 Heading
H6 Heading
2. Text Formatting
Italic
Bold
Strikethrough
Underline (custom styling required)
Inline code
π¬ Blockquote: This is a quoted section.
Nested quote!
3. Lists
Unordered List
Apple π
Banana π
Ripe
Green
Cherry π
Ordered List
Wake up
Brush teeth
Code something cool π»
Open editor
Write code
Test
4. Tables
Product
Price
In Stock
Book π
$10
β Yes
Pen βοΈ
$2
β No
Notebook π
$5
β Yes
5. Code Blocks
jsε€εΆδ»£η
// JavaScript example
function greet(name) {
return `Hello, ${name}!`;
}