./blog/test_

$cat ./blog/test.md_

Testing Markdown

Mar 19, 2025
1 min read
Markdown

Testing Markdown

Markdown Syntax Test

Headings

H1 Heading

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Text Formatting

Bold Text
Italic Text
Strikethrough
Bold and Italic

Blockquote: This is a blockquote.


Lists

Unordered List

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

Ordered List

  1. First Item
  2. Second Item
    1. Nested Item 1
    2. Nested Item 2

Code Blocks

Inline Code

Here is some inline code within a sentence.

Fenced Code Block

function helloWorld() {
    console.log("Hello, World!");
}

Hoseinwave

Sample Image


Tables

NameAgeOccupation
Alice25Developer
Bob30Designer
Eve28Engineer

Task Lists

  • Task 1
  • Task 2
  • Task 3

Footnotes

This is a sentence with a footnote.1


Emojis

🚀 🌟 🎉


HTML in Markdown

Click to expand This is hidden content.

Footnotes

  1. This is the footnote text. ↩

Share this post:
Twitter