Markdown Test Document
Heading Level 1
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
This is a paragraph with bold text, italicized text, and strikethrough text.
Lists
Unordered List
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered List
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
- Third item
Links and Images
Link to Accountant Ready Services
Blockquotes
This is a blockquote. It can span multiple lines.
It can also have multiple paragraphs.
Code
Inline code: const example = "hello world";
// Code block
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("Tina CMS"));
Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Horizontal Rule
Task List
- Completed task
- Incomplete task
- Another incomplete task
This test document helps ensure that all markdown elements are properly styled and rendered through Tina CMS.