Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/post/jane-theme-preview.md')
-rw-r--r--exampleSite/content/post/jane-theme-preview.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/content/post/jane-theme-preview.md b/exampleSite/content/post/jane-theme-preview.md
index 612da18..7cdd8cd 100644
--- a/exampleSite/content/post/jane-theme-preview.md
+++ b/exampleSite/content/post/jane-theme-preview.md
@@ -3,8 +3,8 @@ title: "Jane Theme Preview"
date: 2018-03-06T16:01:23+08:00
lastmod: 2018-03-07T16:01:23+08:00
draft: false
-tags: ["preview", "shortcodes", "tag-6"]
-categories: ["docs", "shortcodes", "index"]
+tags: ["preview", "shortcodes", "tag-6", "##"]
+categories: ["docs", "shortcodes", "index", "##"]
author: "Typora"
# You can also close(false) or open(true) something for this content.
@@ -61,7 +61,7 @@ Markdown uses email-style > characters for block quoting. They are presented as:
> This is another blockquote with one paragraph. There is three empty line to seperate two blockquote.
>
> 这是一段中文测试。
->
+>
In typora, just input ‘>’ followed by quote contents a block quote is generated. Typora will insert proper ‘>’ or line break for you. Block quote inside anther block quote is allowed by adding additional levels of ‘>’.