2017-06-17 10:11:31 +02:00
|
|
|
---
|
|
|
|
layout: tutorial-beginner
|
|
|
|
---
|
2017-06-14 23:50:35 +02:00
|
|
|
|
2017-06-17 10:43:00 +02:00
|
|
|
{% include base.html %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
General header
|
|
|
|
---
|
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
Markdown snytax:
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
Github specific syntax
|
2017-06-14 23:49:12 +02:00
|
|
|
```
|
2017-06-17 10:11:31 +02:00
|
|
|
Fenced Code
|
2017-06-14 23:49:12 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
2017-06-17 10:11:31 +02:00
|
|
|
Fenced code highlighted
|
2017-06-14 23:49:12 +02:00
|
|
|
```
|
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
~~Strikethrogh~~
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
- [ ] Tasklist
|
|
|
|
- [ ] Tasklist
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
Gruber's Markdown syntax:
|
|
|
|
# Header 1
|
|
|
|
## Header 2
|
|
|
|
### Header 3
|
|
|
|
#### Header 4
|
|
|
|
##### Header 5
|
|
|
|
###### Header 6
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:43:00 +02:00
|
|
|
**Strong-Bold**
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
*Emphasize*
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
`inline code`
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
![image](https://community.openhab.org/uploads/default/original/1X/ada4f9ed6657f88f1e3e8e99f44343666f6ccc17.png)
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
[link](https://community.openhab.org/)
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
> Blockquote
|
2017-06-17 10:43:00 +02:00
|
|
|
>> Blockquote
|
|
|
|
>>> Blockquote
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
1. Ordered List
|
|
|
|
2. Ordered List
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
- Unordered List
|
|
|
|
- Unordered List
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
Page Break before
|
|
|
|
* * *
|
|
|
|
Page Break after
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
Section Break before
|
|
|
|
- - -
|
|
|
|
Section Break before
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
Sentence Break before
|
|
|
|
_ _ _
|
|
|
|
Sentence Break before
|
2017-06-14 23:49:12 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
PHP Extras Markdown
|
2017-06-17 10:14:08 +02:00
|
|
|
|
2017-06-17 10:43:00 +02:00
|
|
|
| column | column | column |
|
|
|
|
|:---|:---:|---:|
|
2017-06-17 10:11:31 +02:00
|
|
|
| | |
|
2017-06-17 10:43:00 +02:00
|
|
|
|left |centered |right|
|
|
|
|
| - | - | - |
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
The TOC is using the Headlines to create a TOC
|
2017-06-17 10:14:08 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
[TOC]
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:14:08 +02:00
|
|
|
|
2017-06-17 10:11:31 +02:00
|
|
|
<!--This is a comment-->
|
2017-06-14 23:49:12 +02:00
|
|
|
|
2017-06-17 10:43:00 +02:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
|
|
|