Skip to content

Instantly share code, notes, and snippets.

@gorangajic
Created April 9, 2025 16:46
Show Gist options
  • Save gorangajic/4517809baf49c660958465246d077224 to your computer and use it in GitHub Desktop.
Save gorangajic/4517809baf49c660958465246d077224 to your computer and use it in GitHub Desktop.

Markdown Support Test

This document is meant to test Markdown support across different renderers.


Headings

H1

lorem ipsum dolor sit amet.

H2

lorem ipsum dolor sit amet.

H3

lorem ipsum dolor sit amet.

H4

lorem ipsum dolor sit amet.

H5

lorem ipsum dolor sit amet.

H6

lorem ipsum dolor sit amet.

Emphasis

  • Italic
  • Italic
  • Bold
  • Bold
  • Strikethrough

Lists

Unordered List

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

Ordered List

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

Links


Images

Test Image


Code

Inline

Use the print() function.

Block

def hello():
    print("Hello, Markdown!")

This is a blockquote.

This is a nested blockquote.


Tables

Syntax Description
Header Title
Paragraph Text

Task List

  • Task 1
  • Task 2
  • Task 3

Horizontal Rule


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment