Markdown demo
Welcome to the test page. What else can we test on here? Let's see what all the different markdown looks like.
Heading Level 1
Heading Level 2
Heading Level 3
Heading Level 4
๐ Paragraphs & Line Breaks
This is a standard paragraph of text.
Here is a line break without a new paragraph (note the two spaces at the end of the previous line).
This is another line.
๐ Links
๐ท Images

๐ข Lists
Unordered List
- Apples
- Oranges
- Mandarins
- Blood oranges
- Bananas
Ordered List
- First item
- Second item
- Nested first
- Nested second
- Third item
โ Task List
- [x] Write markdown demo
- [ ] Publish site
- [ ] Drink coffee
๐งพ Blockquote
This is a blockquote.
It can span multiple lines and be used to highlight thoughts or quotes.
๐ง Emphasis
- Italic
- Also italic
- Bold
- Also bold
Strikethrough
๐ค Code
Inline code: console.log('Hello World');
Code Block
print("foo");
print("hello world");
๐ Table
| Feature | Supported | Notes |
|---|---|---|
| Headings | โ | All levels |
| Lists | โ | Ordered & unordered |
| Code Blocks | โ | Syntax highlighted |
| Tables | โ | Nice and clean |
๐ท๏ธ Horizontal Rule
๐งฎ Math (if using MathJax or KaTeX)
E = mc^2
\frac{a^2 + b^2}{c^2}