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