mirror of
https://github.com/caesar1111/openHAB2_beginners_walkthrough.git
synced 2024-11-22 12:23:41 +01:00
91 lines
1.1 KiB
Markdown
91 lines
1.1 KiB
Markdown
|
---
|
||
|
layout: tutorial-beginner
|
||
|
---
|
||
|
|
||
|
{% include base.html %}
|
||
|
|
||
|
---
|
||
|
Markdown Syntax compilation test for Jekyll
|
||
|
---
|
||
|
|
||
|
Markdown syntax examples start from here:
|
||
|
|
||
|
---
|
||
|
General header
|
||
|
---
|
||
|
|
||
|
|
||
|
Github specific syntax
|
||
|
```
|
||
|
Fenced Code
|
||
|
```
|
||
|
|
||
|
```bash
|
||
|
Fenced code bash highlighting
|
||
|
|
||
|
```
|
||
|
|
||
|
~~Strikethrogh~~
|
||
|
|
||
|
- [ ] Tasklist
|
||
|
- [ ] Tasklist
|
||
|
|
||
|
|
||
|
# 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
|
||
|
|
||
|
<!--This is a comment-->
|
||
|
|
||
|
|
||
|
| column | column | column |
|
||
|
|:---|:---:|---:|
|
||
|
| | |
|
||
|
|left |centered |right|
|
||
|
| - | - | - |
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|text|picture|
|
||
|
|---|---|
|
||
|
|blabla|![image](https://community.openhab.org/uploads/default/original/1X/ada4f9ed6657f88f1e3e8e99f44343666f6ccc17.png)|
|
||
|
|
||
|
|