Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraph

This is a simple paragraph with bold text, italic text, bold and italic text, strikethrough, and inline code.


Blockquote

This is a blockquote.

Nested blockquote.


Lists

Unordered List

Ordered List

  1. First
  2. Second
    1. Sub-second 1
    2. Sub-second 2
  3. Third

Task List


Code Blocks

// JavaScript code block
function greet(name) {
  return `Hello, ${name}!`;
}
# Python code block
def greet(name):
    return f"Hello, {name}!"

Tables

Header 1Header 2Header 3
Cell 1Cell 2Cell 3
Cell ACell BCell C

Horizontal Rule


Inline link

Reference link


Images

Alt text for image


Emphasis Examples


Definition List (non-standard, GitHub doesn’t support)

Term 1 : Definition 1

Term 2 : Definition 2 with more text.


HTML Elements in Markdown

This is raw HTML inside Markdown.

Footnotes

Here is a sentence with a footnote.1


Emoji

Here are some emojis: 😀 🎉 🚀 👍 ❤️


Math (not yet supported) TODO

Inline math: $E = mc^2$ Block math:

$$ \int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2} $$


Footnotes

  1. This is the footnote.