pagetitle |
---|
page title for section 1 |
[Home](index.html) / Section 1
This is the first paragraph.
This is the 2nd paragraph.
You can write italic and bold like this: Italic, bold.
An example list:
- item 1
- item 2
- item 3
Here is a numbered list:
- item 1
- item 2
- item 3
You can write code by enclosing them with three-tilde lines:
int main(void) {
print "Hello world!";
return 0;
}
Syntax highlighting works for many languages (check pandoc doc):
int main(void) {
print "Hello world!";
return 0;
}
An example link to a website and to a local page.
Here is an example
col1 col2
1 X
2 Y
3 Z
Comprehensive guide to Parndoc's markdown is here.