本文提供了可在 Hugo 内容文件中使用的基本 Markdown 语法示例,还显示了在 Hugo 主题中基本 HTML 元素 CSS 代码高亮。
Headings
下面的 HTML <h1>
-<h6>
元素代表了六个级别的章节标题的字号。<h1>
是最大的字号,而<h6>
最小字号。
# H1
## H2
### H3
#### H4
##### H5
###### H6
Paragraph
承受是一种真诚,一种用心铸成的应允领悟;承受是一种涵养,一种处变不惊、处乱不慌的气度和坦荡;承受是一种力量,一种排泄流俗、弘扬正气的凸现和舒展。承受如一杯陈年老酒,醇香而清冽;承受像一盆羞涩的朝花,含苞待放;承受似一支乡音俚曲,粗朴而深厚;承受是一位哲学家的絮语,含蓄而隽永。
真正的友情,无论是挑拨离间的阴风,还是天灾人祸的霹雳,无论是阴谋诡计的浓雾,还是贫困潦倒的严霜,都不能使你胆怯,都不能使你疏远,都不能使你背叛。你坚韧若高山的岩石,你连绵如长长的流水。
Blockquotes
blockquote 元素表示从另一个来源引用的内容,可以选择带有必须在 footer 或 cite 元素内的引用,还可以带有内联更改,例如注释和缩写。
Blockquote without attribution
已是悬崖百丈冰,犹有花枝俏。待到山花烂漫时,她在丛中笑。
Blockquote with attribution
多少事,从来急;天地转,光阴迫。一万年太久,只争朝夕。
— 二十八画生
Tables
Tables aren’t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
Inline Markdown within tables
Italics |
Bold |
Code |
italics |
bold |
code |
Code Blocks
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
List Types
有序列表
- First item
- Second item
- Third item
无序列表
- List item
- Another item
- And another item
嵌套列表
Other Elements — abbr, sub, sup, kbd, mark
GIF is a bitmap image format.
H2O
Xn + Yn = Zn
Press CTRL+ALT+Delete to end the session.
Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.