Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 816 Bytes

md.md

File metadata and controls

52 lines (33 loc) · 816 Bytes

Sample Markdown Document

Heading Level 2

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

This is a blockquote.

It can span multiple lines.

  1. First ordered list item
  2. Second ordered list item
    • Nested unordered list
    • Another item
  • Unordered list item
  • Another item

Code Block

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

Links and Images

Visit Example

Alt text for the image

Table

Column 1 Column 2 Column 3
Row 1 Data 1 Data 2
Row 2 Data 3 Data 4

Task List

  • Task 1
  • Task 2
  • Task 3

Horizontal Rule


This is a footnote reference1.

Footnotes

  1. This is the footnote text.