Markdown Syntax
This article is to showcase basic Markdown syntax and formatting for HTML elements.
Headings
there is 6 levels of headings in markdown, from # to ###### : <h1> to <h6>
# H1 : ## H2 : ## H2 : ### H3 : #### H4 : ##### H5 : ###### H6
# H1 or H1
=
## H2 or H2
==
### H3 or H3
===
#### H4 or H4
====
##### H5 or H5
=====
###### H6 or H6
======
Paragraph
This is a paragraph in readable english.
It is separated from the next paragraph by a blank line.
Links
This is a internal link to another page. This one points to a external page nad will be open in a new tag. "
Comments if enabled well be shown here.