*italic*
**bold**
***bold and italic***
~~~
IF xTrue THEN
// Especially useful for code ;)
END_IF
~~~
* Item 1
* Item 1.1
* Item 1.2
* Item 2
* [ ] Unchecked item
* [x] Checked item
* [ ] Subitem
# Header 1
## Sub-Header
### Sub-Sub-Header
# Header 2
Here comes a horizontal rule:
---
This text comes after the rule.
Most links are detected within the text:
https://www.google.com
you@somewhere.com
To be explicit, just add brackets around it:
<https://www.google.com>
<you@somewhere.com>
To define your own link text:
Click [here](https://www.google.com)
Relative links to headings on the same page can be realized with named links and a hash:
Jump to the [prerequisites](#prerequisite-packages)
...
# Prerequisite Packages
...
The name of the heading anchor is the name of the heading in lower case and with dashes instead of spaces.
You can link other tools, pages, tickets, ...
[MyWikiPage] # Wiki - name of wiki page
[#123] # Tracker - ticket number
[bugs:#1] # Tracker - explicit tool selection
[r10721] # SVN - revision number
[3b9d48] # Git & Mercurial - first 6 characters of revision hash
[2012/02/my-post] # Blog - post slug, including YYYY/MM/ prefix
[a6d38f98] # Discussion Thread - thread id
[a6d38f98#42f8] # Discussion Post - thread_id#post_id
[projectname:wiki:Home]
[projectname:code:3b9d48]
@Username
[[img src=attached-image.jpg]]
[[img src=attached-image.jpg width=50%]]
[[embed url=https://www.youtube.com/watch?v=UvH572rz1Ng]]
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
[[download url=https://forge.codesys.com/...]]
[[download url=https://forge.codesys.com/... label=installer]]
[[drone]]
[[neighborhood_feeds tool_name=wiki max_number=10 sort=pubdate]]
[[neighborhood_blog_posts max_number=10 sort=timestamp]]
[[project_blog_posts max_number=10 sort=timestamp mount_point=news]]
[[members]]
[[project_screenshots]]