hugo-theme-minima/zh-cn/markdown-syntax/index.html
2022-11-09 10:58:00 +00:00

106 lines
No EOL
17 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta property="og:title" content="Markdown 语法指北"><meta property="og:description" content="一篇 Markdown 示例文章,翻译自官方示例。"><meta property="og:type" content="article"><meta property="og:url" content="https://mivinci.github.io/hugo-theme-minima/zh-cn/markdown-syntax/"><meta property="article:section" content><meta property="article:published_time" content="2021-07-18T10:52:59+08:00"><meta property="article:modified_time" content="2021-07-18T10:52:59+08:00"><meta name=twitter:card content="summary"><meta name=twitter:title content="Markdown 语法指北"><meta name=twitter:description content="一篇 Markdown 示例文章,翻译自官方示例。"><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#262d33"><title>Hugo on Minima - Markdown 语法指北</title><link rel="shortcut icon" href=/hugo-theme-minima/favicon.ico type=image/x-icon><link rel=stylesheet href=/hugo-theme-minima/minima.1667991480.css><script defer type=text/javascript src=/hugo-theme-minima/minima.1667991480.js></script><link rel=alternate hreflang=en href=https://mivinci.github.io/hugo-theme-minima/markdown-syntax/ title=EN></head><script>let systemColorScheme=window.matchMedia('(prefers-color-scheme: dark)').matches?'dark':'light';try{document.querySelector('html').classList.add(systemColorScheme),localStorage.setItem('theme',systemColorScheme)}catch(a){console.error(a)}</script><body><header class="mt-3 mb-6"><div class="container mx-auto"><nav class="flex justify-between items-center"><div class="flex items-center"><div id=theme-switch class="text-3xl cursor-pointer">🌝</div></div><ul class="flex items-center font-medium
whitespace-nowrap overflow-x-auto overflow-y-hidden"><li class="ml-1 mr-1"><a href=/hugo-theme-minima/zh-cn/tags>标签</a></li><li class="ml-1 mr-1"><a href=/hugo-theme-minima/zh-cn/series>系列</a></li></ul><ul class="flex item-center text-sm font-bold"><li class=ml-2><a href=https://mivinci.github.io/hugo-theme-minima/>EN</a></li><li class=ml-2><a href=https://mivinci.github.io/hugo-theme-minima/zh-cn/>ZH</a></li></ul></nav></div></header><div class="container mx-auto"><h1 class="text-4xl font-extrabold mt-6 mb-6">Markdown 语法指北</h1><div class="mb-3 text-sm flex justify-between"><div>发布于 &mdash; 2021 年 7 月 18 日</div><div><a class=ml-1 href=/hugo-theme-minima/zh-cn/tags/markdown>#markdown</a></div></div><main class=mb-8><p>一篇 Markdown 示例文章,翻译自官方示例。</p><article class=md><p>本文提供了一个可以在 Hugo 内容文件中使用的基本 Markdown 语法示例,还展示了基本 HTML 元素是否在 Hugo 主题中使用 CSS 进行修饰。</p><h2 id=标题>标题</h2><p>下面的 HTML <code>&lt;h1></code><code>&lt;h6></code> 元素代表了六个级别的章节标题。 <code>&lt;h1></code> 是最高的部分级别,而 <code>&lt;h6></code> 是最低的。</p><h1 id=一级标题>一级标题</h1><h2 id=二级标题>二级标题</h2><h3 id=三级标题>三级标题</h3><h4 id=四级标题>四级标题</h4><h5 id=五级标题>五级标题</h5><h6 id=六级标题>六级标题</h6><h2 id=段落>段落</h2><p>Xerum我可以和他解释谁在痛苦中。 当我来到你身边,当我充满快乐时,我被快乐所折磨,或者他是天生的,或者是一个骗子,因为那个让我快乐痛苦的人是事情的专家,或者他撕裂和撕破自己的意志,仿佛他值得被遮盖,他是不是走到了心坎上,以同样的心去追随同样的事情? 为什么毛孔会竖起来,当它被放置在一个不知道老鼠意志或一切的地方时? 我会安静的。 就我而言,我的心以一种或另一种方式受到干扰,我把它们撕下来擦干,这样我要么杀了它们,要么让它们逃跑。 他憎恨真相,因为 veliamenim 的浪潮是起因和面子本身,而版本的痛苦又重演了。</p><p>是旅行吗? 因为每一件事都有一些你讨厌或讨厌的东西,所以你会吃东西,以免让你的智慧隐藏这样一个事实,即心脏和心脏或有趣的东西会从中出来。</p><h2 id=块引用>块引用</h2><p>blockquote 元素表示从另一个来源引用的内容可选地带有必须在“footer”或“cite”元素内的引用以及可选的内联更改例如注释和缩写。</p><h4 id=不注明出处的块引用>不注明出处的块引用</h4><blockquote><p>然后,为了铸币安德普,要给予的知识相应地减少。
<strong>注意</strong>您可以在块引用中使用 <em>Markdown 语法</em></p></blockquote><h4 id=带出处的块引用>带出处的块引用</h4><blockquote><p>不要通过共享内存来通信,通过通信来共享内存。
— Rob Pike<sup id=fnref:1><a href=#fn:1 class=footnote-ref role=doc-noteref>1</a></sup></p></blockquote><h2 id=表格>表格</h2><p>表格不是核心 Markdown 规范的一部分,但 Hugo 支持开箱即用地支持它们。</p><table><thead><tr><th style=text-align:center>姓名</th><th style=text-align:center>年龄</th></tr></thead><tbody><tr><td style=text-align:center>小明</td><td style=text-align:center>27</td></tr><tr><td style=text-align:center>大壮</td><td style=text-align:center>23</td></tr></tbody></table><h4 id=表格内的内联-markdown>表格内的内联 Markdown</h4><table><thead><tr><th style=text-align:center>斜体</th><th style=text-align:center>粗体</th><th style=text-align:center>代码</th></tr></thead><tbody><tr><td style=text-align:center><em>斜体</em></td><td style=text-align:center><strong>粗体</strong></td><td style=text-align:center><code>code</code></td></tr></tbody></table><h2 id=代码块>代码块</h2><h4 id=带反引号的代码块>带反引号的代码块</h4><div class=highlight><div class=chroma><table class=lntable><tr><td class=lntd><pre class=chroma><code><span class=lnt> 1
</span><span class=lnt> 2
</span><span class=lnt> 3
</span><span class=lnt> 4
</span><span class=lnt> 5
</span><span class=lnt> 6
</span><span class=lnt> 7
</span><span class=lnt> 8
</span><span class=lnt> 9
</span><span class=lnt>10
</span></code></pre></td><td class=lntd><pre class=chroma><code class=language-html data-lang=html><span class=cp>&lt;!doctype html&gt;</span>
<span class=p>&lt;</span><span class=nt>html</span> <span class=na>lang</span><span class=o>=</span><span class=s>&#34;en&#34;</span><span class=p>&gt;</span>
<span class=p>&lt;</span><span class=nt>head</span><span class=p>&gt;</span>
<span class=p>&lt;</span><span class=nt>meta</span> <span class=na>charset</span><span class=o>=</span><span class=s>&#34;utf-8&#34;</span><span class=p>&gt;</span>
<span class=p>&lt;</span><span class=nt>title</span><span class=p>&gt;</span>Example HTML5 Document<span class=p>&lt;/</span><span class=nt>title</span><span class=p>&gt;</span>
<span class=p>&lt;/</span><span class=nt>head</span><span class=p>&gt;</span>
<span class=p>&lt;</span><span class=nt>body</span><span class=p>&gt;</span>
<span class=p>&lt;</span><span class=nt>p</span><span class=p>&gt;</span>Test<span class=p>&lt;/</span><span class=nt>p</span><span class=p>&gt;</span>
<span class=p>&lt;/</span><span class=nt>body</span><span class=p>&gt;</span>
<span class=p>&lt;/</span><span class=nt>html</span><span class=p>&gt;</span>
</code></pre></td></tr></table></div></div><h4 id=缩进四个空格的代码块>缩进四个空格的代码块</h4><pre><code>&lt;!doctype html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;title&gt;Example HTML5 Document&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;Test&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre><h4 id=golang-的代码块>Golang 的代码块</h4><div class=highlight><div class=chroma><table class=lntable><tr><td class=lntd><pre class=chroma><code><span class=lnt>1
</span><span class=lnt>2
</span><span class=hl><span class=lnt>3
</span></span><span class=lnt>4
</span><span class=lnt>5
</span></code></pre></td><td class=lntd><pre class=chroma><code class=language-go data-lang=go><span class=kd>type</span> <span class=nx>Registry</span> <span class=kd>interface</span> <span class=p>{</span>
<span class=nf>Register</span><span class=p>(</span><span class=o>*</span><span class=nx>Service</span><span class=p>,</span> <span class=o>...</span><span class=nx>RegisterOption</span><span class=p>)</span> <span class=kt>error</span>
<span class=hl> <span class=nf>Deregister</span><span class=p>(</span><span class=o>*</span><span class=nx>Service</span><span class=p>,</span> <span class=o>...</span><span class=nx>DeregisterOption</span><span class=p>)</span> <span class=kt>error</span>
</span> <span class=nf>List</span><span class=p>(</span><span class=kt>string</span><span class=p>,</span> <span class=o>...</span><span class=nx>ListOption</span><span class=p>)</span> <span class=p>([]</span><span class=o>*</span><span class=nx>Service</span><span class=p>,</span> <span class=kt>error</span><span class=p>)</span>
<span class=p>}</span>
</code></pre></td></tr></table></div></div><h4 id=c艹-的代码块>C艹 的代码块</h4><div class=highlight><div class=chroma><table class=lntable><tr><td class=lntd><pre class=chroma><code><span class=lnt> 1
</span><span class=lnt> 2
</span><span class=lnt> 3
</span><span class=lnt> 4
</span><span class=lnt> 5
</span><span class=lnt> 6
</span><span class=lnt> 7
</span><span class=lnt> 8
</span><span class=lnt> 9
</span><span class=lnt>10
</span><span class=lnt>11
</span></code></pre></td><td class=lntd><pre class=chroma><code class=language-c++ data-lang=c++><span class=cp>#include</span> <span class=cpf>&lt;iostream&gt;</span><span class=cp>
</span><span class=cp></span>
<span class=k>class</span> <span class=nc>Animal</span> <span class=p>{</span>
<span class=n>string</span> <span class=n>name</span><span class=p>;</span>
<span class=k>public</span><span class=o>:</span>
<span class=kt>void</span> <span class=n>eat</span><span class=p>();</span>
<span class=p>}</span>
<span class=kt>void</span> <span class=n>Animal</span><span class=o>::</span><span class=n>eat</span><span class=p>()</span> <span class=p>{</span>
<span class=n>std</span><span class=o>::</span><span class=n>cout</span> <span class=o>&lt;&lt;</span> <span class=s>&#34;eat something&#34;</span> <span class=o>&lt;&lt;</span> <span class=n>std</span><span class=o>::</span><span class=n>endl</span><span class=p>;</span>
<span class=p>}</span>
</code></pre></td></tr></table></div></div><h4 id=jvav-的代码块>Jvav 的代码块</h4><div class=highlight><div class=chroma><table class=lntable><tr><td class=lntd><pre class=chroma><code><span class=lnt> 1
</span><span class=lnt> 2
</span><span class=lnt> 3
</span><span class=lnt> 4
</span><span class=lnt> 5
</span><span class=lnt> 6
</span><span class=lnt> 7
</span><span class=lnt> 8
</span><span class=lnt> 9
</span><span class=lnt>10
</span><span class=lnt>11
</span><span class=lnt>12
</span><span class=lnt>13
</span></code></pre></td><td class=lntd><pre class=chroma><code class=language-java data-lang=java><span class=kd>class</span> <span class=nc>Animal</span> <span class=o>{</span>
<span class=kt>void</span> <span class=nf>speak</span><span class=o>()</span> <span class=o>{</span> <span class=cm>/* speak */</span> <span class=o>}</span>
<span class=o>}</span>
<span class=kd>class</span> <span class=nc>Dog</span> <span class=kd>extends</span> <span class=n>Animal</span> <span class=o>{</span>
<span class=nd>@override</span>
<span class=kt>void</span> <span class=nf>speak</span><span class=o>()</span> <span class=o>{</span> <span class=cm>/* bark */</span> <span class=o>}</span>
<span class=o>}</span>
<span class=kd>class</span> <span class=nc>Cat</span> <span class=kd>extends</span> <span class=n>Animal</span> <span class=o>{</span>
<span class=nd>@override</span>
<span class=kt>void</span> <span class=nf>speak</span><span class=o>()</span> <span class=o>{</span> <span class=cm>/* mew */</span> <span class=o>}</span>
<span class=o>}</span>
</code></pre></td></tr></table></div></div><h4 id=python-的代码块>Python 的代码块</h4><div class=highlight><div class=chroma><table class=lntable><tr><td class=lntd><pre class=chroma><code><span class=lnt>1
</span><span class=lnt>2
</span><span class=lnt>3
</span><span class=lnt>4
</span><span class=lnt>5
</span><span class=lnt>6
</span></code></pre></td><td class=lntd><pre class=chroma><code class=language-python data-lang=python><span class=k>class</span> <span class=nc>Dog</span><span class=p>(</span><span class=n>Animal</span><span class=p>):</span>
<span class=k>def</span> <span class=fm>__init__</span><span class=p>(</span><span class=bp>self</span><span class=p>):</span>
<span class=nb>super</span><span class=o>.</span><span class=fm>__init__</span><span class=p>()</span>
<span class=k>def</span> <span class=nf>eat</span><span class=p>():</span>
<span class=k>pass</span>
</code></pre></td></tr></table></div></div><h2 id=列表类型>列表类型</h2><h4 id=有序列表>有序列表</h4><ol><li>第一项</li><li>第二项</li><li>第三项</li></ol><ul><li><input checked disabled type=checkbox> 已勾选</li><li><input disabled type=checkbox> 未勾选</li></ul><h4 id=无序列表>无序列表</h4><ul><li>第一项</li><li>另一项</li><li>另另一项</li></ul><h4 id=嵌套列表>嵌套列表</h4><ul><li>水果<ul><li>苹果</li><li>橘子</li><li>香蕉</li></ul></li><li>乳制品<ul><li>牛奶</li><li>奶酪</li></ul></li></ul><section class=footnotes role=doc-endnotes><hr><ol><li id=fn:1 role=doc-endnote><p>上述引述摘自 Rob Pike 在 2015 年 11 月 18 日 Gopherfest 期间的 <a href="https://www.youtube.com/watch?v=PAAkCSZUG1c">talk</a>&#160;<a href=#fnref:1 class=footnote-backref role=doc-backlink>&#8617;&#xfe0e;</a></p></li></ol></section></article></main><script>window.minima_theme=localStorage.getItem('theme')</script><script src=https://giscus.app/client.js data-repo=mivinci/hugo-theme-minima data-repo-id="MDEwOlJlcG9zaXRvcnkzODcxMjM2NDU=" data-category=Comments data-category-id=DIC_kwDOFxMJvc4CScQm data-mapping=pathname data-strict=0 data-reactions-enabled=1 data-emit-metadata=0 data-input-position=buttom data-theme=preferred_color_scheme data-lang=en data-loading=lazy crossorigin=anonymous async></script></div><footer class="mt-8 mb-8"><div class="container mx-auto"><div class="mt-8 flex justify-between items-center"><p class="mt-0 text-sm">© 2022 X |
<a href=https://gohugo.io target=_blank rel="noopener noreferrer">Hugo</a> on
<a href=https://github.com/mivinci/hugo-theme-minima target=_blank rel="noopener noreferrer">Minima</a></p><p class="flex items-center mt-0"><a class="icon ml-1 mr-1" href=https://twitter.com/realmivinci title=twitter><svg fill="#1da1f2" width="18" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717.0-4.92 2.203-4.92 4.917.0.39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475.0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314.0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39.0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054.0 13.999-7.496 13.999-13.986.0-.209.0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"/></svg></a><a class="icon ml-1 mr-1" href=mailto:mivinci@qq.com title=email><svg fill="#63636f" width="22" height="22" viewBox="0 0 24 24"><path d="M3 3h18a1 1 0 011 1v16a1 1 0 01-1 1H3a1 1 0 01-1-1V4a1 1 0 011-1zm9.06 8.683L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439z"/></svg></a><a class="icon ml-1 mr-1" href=https://github.com/mivinci/hugo-theme-minima title=github><svg fill="#63636f" width="18" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path d="M12 .297c-6.63.0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577.0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93.0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176.0.0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22.0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22.0 1.606-.015 2.896-.015 3.286.0.315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg></a><a class="icon ml-1 mr-1" href=/index.xml title=rss><svg fill="#63636f" t="1626591563876" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" p-id="1984" width="18" height="16"><path d="M128 768a128 128 0 100 256 128 128 0 000-256zM0 368v176c265.104.0 480 214.912 480 480h176c0-362.32-293.696-656-656-656zM0 0v176c468.336.0 848 379.664 848 848h176C1024 458.464 565.536.0.0.0z" p-id="1985"/></svg></a></p></div></div></footer></body></html>