| title | author | description | keywords | date |
|---|---|---|---|---|
My Document Title |
Miloš Perunović |
This is a sample Markdown document to demonstrate various Markdown features. |
markdown, sample, features, text formatting |
2025-08-06 |
[TOC]
Normal normal bold
continues normal
Normal normal italic continues normal
Normal * bold italic bolditalic normal strikethrough ==highlighted== normal ==highlighted bold== normal == nohighlighted== ~~ nostrikethrough~~ normal
Nested bold italic bold
*this is not italic*
# this is not heading
Water H2O.
E = mc2.
Water H2O.
E = mc^2^.
x = 2 ^ 2
x^
This is some text with a footnote.1 user@example.com
- Done
- In progress
- Not started
| First Name | Last Name | Age |
|---|---|---|
| John | Smith | 50 |
| Jane | Doe | 40 |
Here goes more text with a second footnote.2
int x = 5;
bool ok = x > 0;Code blocks can also be written like this:
10 print "Hello, World!"
20 goto 10
Characters <, >, &, and " can be used in Markdown without issues.
& < > " € &xxx; are HTML entities.
& < > " € are HTML entities.!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
Paragraph first line
second line (v1).
Paragraph first line
second line (v2).
Read the Markdown documentation for more information.
This document is written in Markdown format.
Markdown is easy to read and write, and can be easily converted to HTML or other formats.
-
aaa
- qqq qqq2
- www
- eee
-
bbb
-
Item 1
-
Item 2
- Nested ordered
- Another item
- Nested unordered
Text...
- Item 3
- aaa
- bbb
- ccc
- ddd
Unclosed **bold
Unclosed *italic
Incorrectly written character for ** bold
Incorrectly written character for * italic
