mirror of
https://github.com/caesar1111/openHAB2_beginners_walkthrough.git
synced 2024-11-22 12:23:41 +01:00
78 lines
969 B
Markdown
78 lines
969 B
Markdown
---
|
|
layout: tutorial-beginner
|
|
---
|
|
|
|
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**
|
|
|
|
*Emphasize*
|
|
|
|
`inline code`
|
|
|
|
![image](https://community.openhab.org/uploads/default/original/1X/ada4f9ed6657f88f1e3e8e99f44343666f6ccc17.png)
|
|
|
|
[link](https://community.openhab.org/)
|
|
|
|
> 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 |
|
|
|------------|------------|
|
|
| | |
|
|
|:left |right: |
|
|
|:centered: |- |
|
|
|
|
The TOC is using the Headlines to create a TOC
|
|
|
|
[TOC]
|
|
|
|
|
|
|
|
<!--This is a comment-->
|
|
|