Markdown Test Page
This is a test page for markdown rendering.
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Text Formatting
Bold text
Italic text
Strikethrough text
Lists
- Ordered list item 1
- Ordered list item 2
- Ordered list item 3
- Unordered list item 1
- Unordered list item 2
- Unordered list item 3
Links and Images
Blockquote
This is a blockquote
Code
Inline code: const example = 'test';
Code block:
function helloWorld() {
console.log('Hello, world!');
}
Tables
Name | Age | Country |
---|---|---|
John | 25 | USA |
Anna | 30 | Sweden |
Mark | 28 | UK |