mirror of
https://github.com/caesar1111/openHAB2_beginners_walkthrough.git
synced 2024-11-24 13:13:40 +01:00
1
This commit is contained in:
parent
72716b0d17
commit
4714836967
90
Markdown Syntax compilation test for Jekyll.md
Normal file
90
Markdown Syntax compilation test for Jekyll.md
Normal file
@ -0,0 +1,90 @@
|
||||
---
|
||||
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)|
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user