This post contains a lot of Markdown formatting.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Here are some unordered lists:
- Item 1
- Item 2
- subitem
- another subitem
- Item 3
- Item 4 with
source text
on more then one line
and one ordered list:
- Item 1
- Item 2
- Item 3
this is an example of blockquotes
Source code:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title</title>
</head>
<body>
<h1>Page</h1>
</body>
</html>
A task list:
- task 1
- task 2
- task 1
A table:
Header 1 | Header 2 | Header 3 |
---|---|---|
a | a | a |
bb | bb | bb |
ccc | ccc | ccc |
and another table:
Header 1 | Header 2 | Header 3 |
---|---|---|
a | a | a |
bb | bb | bb |
ccc | ccc | ccc |