Initial commit: Hugo site with PaperMod theme
This commit is contained in:
11
site/content/posts/markdown-syntax.md
Normal file
11
site/content/posts/markdown-syntax.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Markdown Syntax Guide"
|
||||
date: 2019-03-11
|
||||
summary: "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..."
|
||||
tags: ["markdown", "syntax"]
|
||||
author: "Hugo Authors"
|
||||
---
|
||||
|
||||
# Markdown Syntax Guide
|
||||
|
||||
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...
|
Reference in New Issue
Block a user