Markdown & GitHub Flavored Markdown Test

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Text Formatting

  • Italic
  • Bold
  • Bold Italic
  • Strikethrough
  • Inline code

Lists

Unordered List

  • Item 1
    • Nested Item 1
    • Nested Item 2
  • Item 2
  • Item 3

Ordered List

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

Visit GitHub

Sample Image


Blockquotes

This is a blockquote

Nested blockquote


Code Blocks

# Bash Example
echo "Hello World"
# Python Example
def greet(name):
    return f"Hello, {name}!"
print(greet("Markdown"))
// JavaScript Example
function greet(name) {
  return `Hello, ${name}!`;
}
console.log(greet("Markdown"));

Tables

Syntax Description
Header Title
Paragraph Text

Task Lists (GitHub Flavored)

  • Write the post
  • Add more examples
  • Publish

Footnotes

Here is a simple footnote1.


Definition Lists

Term 1
Definition 1
Term 2
Definition 2

Emoji (GitHub Flavored)

:smile: :rocket: :tada:


Collapsible Section (GitHub Flavored)

Click to expand Hidden markdown content here! - Can include lists - **Bold text** - `Code`

Horizontal Rules





End of markdown test file.

  1. This is the footnote text.