Headings
Third level heading
Fourth level heading
Paragraphs and inline formatting
This is a regular paragraph. It contains bold text, italic text, bold italic text, and inline code. Here is a link to something in the middle of a sentence.
This is a second paragraph to show spacing between paragraphs. It has strikethrough text and also a longer passage to show how body text wraps across multiple lines when the viewport is narrow enough to force it.
Unordered list
- First item
- Second item with bold inside it
- Third item with a link
- Fourth item
Ordered list
- First step
- Second step
- Third step with
codein it - Fourth step
Nested lists
- Outer item one
- Inner item A
- Inner item B
- Outer item two
- Inner item C
Blockquote
This is a blockquote. It might contain a longer passage that wraps across multiple lines. Often used for quoting someone else or calling out a key statement.
Multi-paragraph blockquote first paragraph.
Second paragraph inside the same blockquote.
Code block
#include <stdio.h>
int main(void) {
printf("Hello, world.\n");
return 0;
}
Table
| Component | Voltage | Status |
|---|---|---|
| Servo X | 24V | Active |
| Servo Y | 24V | Active |
| Spindle | 380V | Idle |
| Coolant | 12V | Off |
Horizontal rule
Content above the rule.
Content below the rule.
Image
Footnotes
This sentence has a footnote1. And here is another2.
Definition-style content
- Term one
- Definition of term one. This is a longer definition to show how wrapping behaves.
- Term two
- Definition of term two.
Mixed content
Here is a paragraph leading into a list:
- Item with a
code snippetand then a blockquote after the list
A blockquote immediately following a list.
And then back to a paragraph with bold, italic, and a final link.