mirror of
https://github.com/caesar1111/openHAB2_beginners_walkthrough.git
synced 2024-11-22 12:23:41 +01:00
1
This commit is contained in:
parent
abc11e81fb
commit
72716b0d17
@ -4,14 +4,16 @@ layout: tutorial-beginner
|
|||||||
|
|
||||||
{% include base.html %}
|
{% include base.html %}
|
||||||
|
|
||||||
|
---
|
||||||
|
Markdown Syntax compilation test for Jekyll
|
||||||
|
---
|
||||||
|
|
||||||
|
Markdown syntax examples start from here:
|
||||||
|
|
||||||
---
|
---
|
||||||
General header
|
General header
|
||||||
---
|
---
|
||||||
|
|
||||||
Markdown snytax:
|
|
||||||
|
|
||||||
Github specific syntax
|
Github specific syntax
|
||||||
```
|
```
|
||||||
@ -19,7 +21,8 @@ Fenced Code
|
|||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Fenced code highlighted
|
Fenced code bash highlighting
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
~~Strikethrogh~~
|
~~Strikethrogh~~
|
||||||
@ -27,7 +30,7 @@ Fenced code highlighted
|
|||||||
- [ ] Tasklist
|
- [ ] Tasklist
|
||||||
- [ ] Tasklist
|
- [ ] Tasklist
|
||||||
|
|
||||||
Gruber's Markdown syntax:
|
|
||||||
# Header 1
|
# Header 1
|
||||||
## Header 2
|
## Header 2
|
||||||
### Header 3
|
### Header 3
|
||||||
@ -67,22 +70,18 @@ Sentence Break before
|
|||||||
_ _ _
|
_ _ _
|
||||||
Sentence Break before
|
Sentence Break before
|
||||||
|
|
||||||
|
<!--This is a comment-->
|
||||||
|
|
||||||
|
|
||||||
PHP Extras Markdown
|
|
||||||
|
|
||||||
| column | column | column |
|
| column | column | column |
|
||||||
|:---|:---:|---:|
|
|:---|:---:|---:|
|
||||||
| | |
|
| | |
|
||||||
|left |centered |right|
|
|left |centered |right|
|
||||||
| - | - | - |
|
| - | - | - |
|
||||||
|
|
||||||
The TOC is using the Headlines to create a TOC
|
|
||||||
|
|
||||||
|
|
||||||
<!--This is a comment-->
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|text|picture|
|
|text|picture|
|
||||||
|---|---|
|
|---|---|
|
||||||
|
Loading…
Reference in New Issue
Block a user