diff options
author | amzrk2 | 2020-04-16 15:34:39 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-16 15:34:39 +0800 |
commit | eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab (patch) | |
tree | b0480b915ce26df5545aecd3b807a7fedef10eba /exampleSite/content/post/markdown-syntax.md | |
parent | bbed6aaeab766901f9d425777a22ad3e767b7716 (diff) | |
download | hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.gz hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.bz2 hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.zip |
i18n support
Diffstat (limited to 'exampleSite/content/post/markdown-syntax.md')
-rw-r--r-- | exampleSite/content/post/markdown-syntax.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md index 3113fb6..1b5e083 100644 --- a/exampleSite/content/post/markdown-syntax.md +++ b/exampleSite/content/post/markdown-syntax.md @@ -11,12 +11,13 @@ tags = [ +++ This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. -<!--more--> ## Headings The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest. +<!--more--> + # H1 ## H2 ### H3 |