Some syntax might not be supported in all systems.
# Heading Level 1
## Heading Level 2
### Heading Level 3
#### Heading Level 4
##### Heading Level 5
###### Heading Level 6
Headings can have a link anchor (#with-a-heading-id)
### My Header
[My link to My Header](#my-header) just needs one # character, lower case, and - for spaces.
Heading can be access with CSS {#with_an_css_id}
*cursive*
**bold**
***bold and cursive***
===highlight===
~~strikethrough~~
^superscript^
~subscript~
A \ can escape many formatting characters. e.g. ~*=#\-+<>()[]., etc.
`backticks mark your code`
``doubled backticks allow the use of ` inside the text``
Fours spaces or a tab
will create a code block
```
The backticks can
create a code block,
three ~ can do the same.
```
```SQL
With some luck, this
code might get you
syntax highlighting.
```
| Header1 | Header2 | Header3 | will create the header row.
| --- | :--- | ---: | will create the line under the header and the header above, :--- alligns the colum left, ---: allings the column rigt.
| Text1 | Text2 | Text3 | will fill in the table row.
1. This is an ordered list
3. It starts best with one, but then, the next numbers
7. are not of any importance
1. and could even all be one.
0. or any number
0. Furthermore, you can nest
1. list inside.
0. of list
0. with a tab or space.
0. And four spaces or a tab
inside of an list allow to have text between list elements
0. without breaking the numbering.
- This is an unordered list
- and you could use + or * as alternatives
- for the minus character
- and again, you can nest lists
- with one tab or two space.
- 1998\. uses backslash to
- escape the numerical formatting.
- [ ] might create a check list,
- [x] can set it to checked.
Definition lists
: are possible with
: advanced markup systems.
This is the text [with a link](and_this_ist_the_url.com "and this the is the hovering information")
If you have [links with parentheses](this_%28difficult%29url "%28 and %29 can help to escape")
`www.backticks_will_stop_automated_url_linking.com`
[](and_this_ist_the_url.com "and this the is the hovering information")] will put a link on an image
URL
<A_valid.url> gets turned into a link with pointy brackets.
<contact@buisness.biz> will create an email link.
One can [link in reference style][1]
[1]: my_refernce_url "with hovering information"
Headings can have a link anchor (#with-a-heading-id)
### My Header
[My link to My Header](#my-header) just needs one # character, lower case, and - for spaces.
Heading can be access with CSS {#with_an_css_id}
Three minus characters or more will generate a horizontal line
---
Alternatively, one can use stars or underscore characters
***
___
> This is
>
> my blockquote.
> This is
>
>> my nested
>> blockquote.
You can apply a numerical footnote with [^1], or a longer footnote with [^my_footnote].
[^1]: My fist footnote.
[^my_footnote]: My other footnote.
I can intend the text to add
further paragraphs to my footnote.

[](and_this_ist_the_url.com "and this the is the hovering information")] will put a link on an image
:joy: will create an emoji