Heading Level 1
This is a paragraph with strong text, emphasized text, and an inline link. Here is some inline code: console.log('hello') and a footnote1 or subscript H2O.
Heading Level 2
Another paragraph. Below is a list example:
- Unordered list item one
- Unordered list item two
- Unordered list item three
- Ordered list item one
- Ordered list item two
- Ordered list item three
Blockquote Example
“This is a blockquote. It is styled with a left border and italic text.”
Horizontal Rule
Below is a horizontal rule:
Image, Figure & Caption
Here’s an inline image:
Table Example
| Column A | Column B | Column C |
|---|---|---|
| Row 1, A | Row 1, B | Row 1, C |
| Row 2, A | Row 2, B | Row 2, C |
Definition List Example
- Term One
- Definition for term one.
- Term Two
- Definition for term two.
Preformatted & Code Block
function greet(name) {
return `Hello, ${name}`;
}
console.log(greet('World'));
Final paragraph to check spacing and consistency.





