mirror of
https://github.com/caesar1111/openHAB2_beginners_walkthrough.git
synced 2024-11-22 12:23:41 +01:00
92 lines
1.2 KiB
Markdown
92 lines
1.2 KiB
Markdown
---
|
|
layout: tutorial-beginner
|
|
---
|
|
|
|
{% include base.html %}
|
|
|
|
|
|
|
|
|
|
---
|
|
General header
|
|
---
|
|
|
|
Markdown snytax:
|
|
|
|
Github specific syntax
|
|
```
|
|
Fenced Code
|
|
```
|
|
|
|
```bash
|
|
Fenced code highlighted
|
|
```
|
|
|
|
~~Strikethrogh~~
|
|
|
|
- [ ] Tasklist
|
|
- [ ] Tasklist
|
|
|
|
Gruber's Markdown syntax:
|
|
# Header 1
|
|
## Header 2
|
|
### Header 3
|
|
#### Header 4
|
|
##### Header 5
|
|
###### Header 6
|
|
|
|
**Strong-Bold**
|
|
|
|
*Emphasize*
|
|
|
|
`inline code`
|
|
|
|
![image](https://community.openhab.org/uploads/default/original/1X/ada4f9ed6657f88f1e3e8e99f44343666f6ccc17.png)
|
|
|
|
[link](https://community.openhab.org/)
|
|
|
|
> Blockquote
|
|
>> Blockquote
|
|
>>> Blockquote
|
|
|
|
1. Ordered List
|
|
2. Ordered List
|
|
|
|
- Unordered List
|
|
- Unordered List
|
|
|
|
Page Break before
|
|
* * *
|
|
Page Break after
|
|
|
|
Section Break before
|
|
- - -
|
|
Section Break before
|
|
|
|
Sentence Break before
|
|
_ _ _
|
|
Sentence Break before
|
|
|
|
|
|
|
|
PHP Extras Markdown
|
|
|
|
| column | column | column |
|
|
|:---|:---:|---:|
|
|
| | |
|
|
|left |centered |right|
|
|
| - | - | - |
|
|
|
|
The TOC is using the Headlines to create a TOC
|
|
|
|
|
|
<!--This is a comment-->
|
|
|
|
---
|
|
|
|
|text|picture|
|
|
|---|---|
|
|
|blabla|![image](https://community.openhab.org/uploads/default/original/1X/ada4f9ed6657f88f1e3e8e99f44343666f6ccc17.png)|
|
|
|
|
|