Markdown Template
This is a subtitle
An introductory paragraph explaining what this article covers. You can use bold emphasis and italics, and inline code works too. Links are straightforward: Visit Homepage.
Section 1: Code Blocks
# This code will have a khaki color scheme
def hello():
print("Hello, 90s Web!")
You can also use short inline code like console.log("hello").
Section 2: Lists
Regular lists use -:
List item one[1]
List item two — content can be long and will wrap automatically within the 700px column width without overflow
List item three
For ordered lists, use numbers with periods:
Step one
Step two
Step three
Section 3: Images

Section 3 Addendum: Blockquotes
SMR drives should not be used for scenarios involving frequent writes and deletes. By design, this causes data shuffling, leading to degraded performance or even freezing. But this is merely a mismatched use case, not a flaw in the drives themselves.
Blockquotes can also contain inline styles.
Section 4: Tables
| Drive Model | Type | Capacity | Price |
| HC620 | SMR | 14TB | $110 |
| HC530 | CMR | 14TB | $165 |
| HC550 | CMR | 18TB | $220 |
Conclusion
This article demonstrates all supported Markdown syntax. When actually writing blog posts, you don't need to use all of these — just organize your headings properly and write clear paragraphs.
| [1] | This is a footnote reference
|
|