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
- Bold Text: This text is bold.
- Italic Text: This text is italicized.
Strikethrough: This text isstruck through.
Lists
Unordered List
- Item 1
- Item 2
- Sub-item 2.1
- Sub-item 2.2
- Item 3
Ordered List
- First item
- Second item
- Sub-item 2.1
- Sub-item 2.2
- Third item
Links and Images
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 1 | Header 2 | Header 3 |
---|---|---|
Row 1 | Data 1 | Data 2 |
Row 2 | Data 3 | Data 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.