More default posts
This commit is contained in:
parent
70e60e7605
commit
8f8169ac5b
9 changed files with 201 additions and 169 deletions
|
@ -1,13 +1,20 @@
|
|||
---
|
||||
title: "Markdown Syntax Guide"
|
||||
date: "2020-01-03"
|
||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags: ["markdown", "syntax"]
|
||||
---
|
||||
|
||||
For a quick cheatsheet, check out https://simplemde.com/markdown-guide.
|
||||
|
||||
---
|
||||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Markdown Syntax Guide"
|
||||
date = "2019-03-11"
|
||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags = [
|
||||
"markdown",
|
||||
"css",
|
||||
"html",
|
||||
]
|
||||
categories = [
|
||||
"themes",
|
||||
"syntax",
|
||||
]
|
||||
series = ["Themes Guide"]
|
||||
aliases = ["migrate-from-jekyl"]
|
||||
+++
|
||||
|
||||
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-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue