3.7 KiB
Markdown Test File - All Elements for Color Scheme Testing
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Text Formatting
Bold text
Italic text
Bold and italic
Strikethrough
Inline code
==Highlighted text==
H2O (subscript)
X^2^ (superscript)
Lists
Unordered List
- Item 1
- Item 2
- Nested Item 2.1
- Nested Item 2.2
- Item 3
Ordered List
- First item
- Second item
- Nested First
- Nested Second
- Third item
Task List
- Completed task
- Incomplete task
- Another task
Code Blocks
Inline code example.
# Python code block
def hello_world():
print("Hello, World!")
return True
// JavaScript code block
const greet = (name) => {
console.log(`Hello, ${name}!`);
};
# Shell commands
ls -la
echo "Hello"
Plain text code block
with multiple lines
Blockquotes
This is a blockquote. It can span multiple lines.
Nested blockquote:
Deeper level
Links and Images
https://example.com (bare URL)
Tables
| Syntax | Description | Test Text |
|---|---|---|
| Header | Title | Here's this |
| Paragraph | Text | And more |
Code |
Bold | Italic |
| Left-aligned | Center-aligned | Right-aligned |
|---|---|---|
| Left | Center | Right |
| Data | More Data | Even More |
Horizontal Rules
Footnotes
Here's a sentence with a footnote. 1
Another footnote reference. 2
HTML Elements
HTML span
Keyboard input
Click to expand
Hidden content here.Escaped Characters
*This is not italic*
# Not a heading
[Not a link](https://example.com)
`Not code`
Emoji
😄 ❤️ 🚀 👍 🎉
Definition Lists
- Term 1
- Definition 1
- Term 2
- Definition 2a
- Definition 2b
Mixed Content
This is a paragraph with various elements link and
.
- List with bold and italic items
- Another
codeitem - Link in list
Blockquote with formatting and
code
# Code with "quotes" and 'apostrophes'
print("Hello, 'World'!")
Long Content for Scrolling
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam auctor, nisl eget ultricies tincidunt, nisl nisl aliquam nisl, eget ultricies nisl nisl eget nisl. Nullam auctor, nisl eget ultricies tincidunt, nisl nisl aliquam nisl, eget ultricies nisl nisl eget nisl. Nullam auctor, nisl eget ultricies tincidunt, nisl nisl aliquam nisl, eget ultricies nisl nisl eget nisl.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam auctor, nisl eget ultricies tincidunt, nisl nisl aliquam nisl, eget ultricies nisl nisl eget nisl. Nullam auctor, nisl eget ultricies tincidunt, nisl nisl aliquam nisl, eget ultricies nisl nisl eget nisl.
Subsection with Code
/* CSS example */
body {
background-color: #ffffff;
color: #333333;
}
Another Subsection
- Item
- Item
- Item
Edge Cases
Empty Elements
Empty code block
Empty blockquote
Empty list items
Special Characters
`
