___   __ 
 __ _( _ ) / / 
 \ \ / _ \/ _ \
 /_\_\___/\___/

Test Post


๐Ÿงช Lorem Ipsum Markdown Test

Headings

H1 Heading

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Text Styles

Bold text
Italic text
Bold and italic text
Strikethrough text
==Highlighted text== (some renderers support this)
Underlined text (HTML)


Paragraphs and Line Breaks

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
This line is separated by two spaces โ†’

New paragraph starts here.


Blockquotes

โ€œLorem ipsum dolor sit amet, consectetur adipiscing elit.โ€

โ€” Someone Important

Nested quote:

Deep thoughts inside a nested blockquote.


Lists

Unordered List

  • Item 1
    • Subitem 1.1
    • Subitem 1.2
  • Item 2
  • Item 3

Ordered List

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

Task List

  • [x] Write Markdown
  • [ ] Test all formats
  • [ ] Ship it ๐Ÿš€

Code

Inline code

Use the printf() function for output.

Code Block

def hello_world():
    print("Hello, world!")

Syntax Highlighting (JSON)

{
  "name": "Lorem Ipsum",
  "type": "test",
  "success": true
}

Horizontal Rules





OpenAI

Relative link

https://example.com


Images

Alt text


Tables

Name Role Active
Alice Developer โœ…
Bob Designer โŒ
Charlie Product Lead โœ…

Footnotes

This is a footnote example.1


Definition Lists

Term 1
Definition 1
Term 2
Definition 2a
Definition 2b

Emoji & Unicode

๐Ÿ˜€ ๐Ÿ˜Ž ๐ŸŽ‰ ๐Ÿš€ ๐Ÿ’ก ๐Ÿง 
โ˜• ยฉ ยฎ โ„ข โ†’ โ†‘ โ†“ โ†


HTML in Markdown

HTML block inside Markdown!
It even supports inline styles.

Math (if supported)

Inline math: \(E = mc^2\)

Block math:

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


Collapsible Section (GitHub flavored)

Click to expand Hidden _Lorem ipsum_ content inside details block. ```js console.log("Hello from inside details!"); ```

Escape Characters

*Not italic*, _Not underlined_, # Not a heading


Citations (Pandoc-style)

Lorem ipsum dolor sit amet [@doe2025].


End of Test


Generated for Markdown rendering tests โ€” Lorem Ipsum ยฉ 2025


  1. Lorem ipsum dolor sit amet, consectetur adipiscing elit.