test paragraph
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quibusdam maiores ea dolores. Non magnam quas placeat dignissimos odio doloribus deserunt! Sit cupiditate maiores harum fugit odio aut deserunt animi repudiandae!
Markdown Typography Test
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Emphasis
Italic text with asterisks or underscores.
Bold text with double asterisks or double underscores.
Bold and Italic text with triple asterisks or triple underscores.
Blockquotes
This is a blockquote. It can span multiple lines or paragraphs.
Nested Blockquote
Lists
Unordered List
- Item 1
- Item 2
- Sub-item 1
- Sub-item 2
Ordered List
- First item
- Second item
- Sub-item 1
- Sub-item 2
Code
Inline Code
Here is some inline code.
Code Block
function helloWorld() {
console.log("Hello, world!");
}
Links
Images
Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1 | Column 2 | Column 3 |
| Row 2 | Column 2 | Column 3 |
Horizontal Rule
Miscellaneous
Strikethrough
This text is struck through.
Task List
- Completed task
- Incomplete task
Footnote
This is a sentence with a footnote.1
This is the footnote. ↩︎
