mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
26 lines
621 B
Markdown
26 lines
621 B
Markdown
+++
|
||
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",
|
||
"themes",
|
||
]
|
||
categories = [
|
||
"themes",
|
||
"syntax",
|
||
]
|
||
series = ["Themes Guide"]
|
||
aliases = ["migrate-from-jekyl"]
|
||
image = "pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg"
|
||
+++
|
||
|
||
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-->
|
||
|
||
# hello world
|
||
|
||
Hello World! |