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

Inline Link

Reference Link


๐Ÿ“ท Images

alt text

๐Ÿ”ข Lists

Unordered List

Ordered List

  1. First item
  2. Second item
    1. Nested first
    2. Nested second
  3. Third item

โœ… Task List


๐Ÿงพ Blockquote

This is a blockquote.
It can span multiple lines and be used to highlight thoughts or quotes.


๐Ÿง  Emphasis


๐Ÿ”ค 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}