Sample Blog Post
Sample Blog Post
This is a sample blog post written in Markdown. It demonstrates various Markdown features:
Headers
This is an H3
This is an H4
Text Formatting
You can write text in bold or italic. You can also use strikethrough.
Lists
Unordered list:
- Item 1
- Item 2
- Item 3
Ordered list:
- First item
- Second item
- Third item
Code
Inline code looks like this.
// Code block
function hello() {
console.log('Hello, world!');
}
Links and Images
Blockquotes
This is a blockquote. It can span multiple lines and is useful for highlighting important information.
Tables
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |