Styling

This page is a demonstration of how various Markdown elements are styled on this site. Below, you’ll find examples of headings, text formatting, lists, links, images, and more.


Headings

H3 Heading

H4 Heading


Text Formatting


Lists

Unordered List

Ordered List

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


Code Blocks

Inline Code

Here is some inline code.

Block Code

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

Blockquotes

This is a blockquote. Use it to highlight important text or quotes.


Tables

Header 1Header 2Header 3
Row 1Data 1Data 2
Row 2Data 3Data 4

Horizontal Rule


This concludes the Markdown styling demonstration. Feel free to use this page as a reference for how different elements will appear on your site.