From 4714836967548a0ab928a449d129b8e3280b1994 Mon Sep 17 00:00:00 2001 From: caesar1111 Date: Sat, 17 Jun 2017 11:11:29 +0200 Subject: [PATCH] 1 --- ...down Syntax compilation test for Jekyll.md | 90 +++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 Markdown Syntax compilation test for Jekyll.md diff --git a/Markdown Syntax compilation test for Jekyll.md b/Markdown Syntax compilation test for Jekyll.md new file mode 100644 index 0000000..7fd569a --- /dev/null +++ b/Markdown Syntax compilation test for Jekyll.md @@ -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 + + + + +| column | column | column | +|:---|:---:|---:| +| | | +|left |centered |right| +| - | - | - | + + + + + +|text|picture| +|---|---| +|blabla|![image](https://community.openhab.org/uploads/default/original/1X/ada4f9ed6657f88f1e3e8e99f44343666f6ccc17.png)| + +