Heading 1: The Quick Brown Fox
Heading 2: Jumps Over
Heading 3: The Lazy Dog
Heading 4: And Runs Away
Heading 5: To The Forest
Heading 6: Where It Sleeps
Typography
This is a standard paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit. This is bold text, this is italic text, and this is bold italic. We can also use strikethrough or inline code.
This is a blockquote. It should stand out from the rest of the text.
It can also have multiple paragraphs.
Lists
Unordered List
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered List
- First Step
- Second Step
- Sub-step A
- Sub-step B
- Third Step
Task List
- Completed Task
- Pending Task
- Another Pending Task
Code Blocks
Here is a JavaScript code snippet:
// comments are green usually
function helloWorld() {
const greeting = "Hello, World!";
console.log(greeting);
return true;
}
Here is some CSS:
.container {
display: flex;
background: #fdf6e3;
}
Tables
| Feature | Support | Notes |
|---|---|---|
| Markdown | Yes | Standard formatting |
| Tables | Yes | Like this one |
| Alignment | Yes | Left, Center, Right |
Images
Image caption could go here if supported.
Horizontal Rule
Above is a line.
Below is a line.
Links
Footnotes
Here is a footnote reference1.
Footnotes
-
This is the footnote text. ↩