diff options
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 |