Heading 1
Heading 2
Heading 3
This is a bold word, this is italic, and this is inline code
.
Here’s a paragraph of filler text to check line spacing.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Another line to see how paragraphs stack.
Lists
Unordered List
- Item one
- Item two
- Nested item
- Another nested
- Item three
Ordered List
- First
- Second
- Nested first
- Nested second
- Third
Blockquotes
“This is a blockquote. It’s great for highlighting quotes or notes.”
— Someone Smart
Code Blocks
Here’s a fenced code block:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Links and Images
Here’s a link to Astro.
And here’s an image:
Inline image example: .
Tables
Syntax | Description |
---|---|
Header | Title |
Cell | Content |
Cell 2 | More |
Horizontal Rule
That line above is a horizontal rule. Below is another:
End of style guide.