-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.xml
315 lines (268 loc) · 21.7 KB
/
rss.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Sunny</title>
<link>https://example.com/</link>
<description>MemE 是一个强大且可高度定制的 GoHugo 博客主题,专为个人博客设计。</description>
<generator>Hugo 0.138.0 https://gohugo.io/</generator>
<language>zh-CN</language>
<managingEditor>yuchendi123@gmail.com (sunny)</managingEditor>
<webMaster>yuchendi123@gmail.com (sunny)</webMaster>
<lastBuildDate>Sat, 09 Nov 2024 15:57:35 +0000</lastBuildDate>
<atom:link rel="self" type="application/rss+xml" href="https://example.com/rss.xml" />
<item>
<title>Markdown语法练习</title>
<link>https://example.com/posts/hello-world/</link>
<guid isPermaLink="true">https://example.com/posts/hello-world/</guid>
<pubDate>Mon, 04 Nov 2024 00:00:00 +0000</pubDate>
<author>yuchendi123@gmail.com (sunny)</author>
<description><h2 class="viva-la-vida">Viva La Vida</h2>
<pre><code># Markdown Test 一级标题 一行后面加2个空格可以代表换行 目录默认只显示二级以下标题
## Hello World!
## 二级标题
### 三级标题
#### 四级
##### 以此类推
</code></pre>
<h2 id="hello-world"><a href="https://example.com/posts/hello-world/#hello-world" class="anchor-link"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon anchor-icon"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"/></svg></a><a href="https://example.com/posts/hello-world/#contents:hello-world" class="headings">Hello World!</a></h2>
<h2 id="二级标题"><a href="https://example.com/posts/hello-world/#二级标题" class="anchor-link"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon anchor-icon"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"/></svg></a><a href="https://example.com/posts/hello-world/#contents:二级标题" class="headings">二级标题</a></h2>
<h3 id="三级标题"><a href="https://example.com/posts/hello-world/#三级标题" class="anchor-link"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon anchor-icon"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"/></svg></a><a href="https://example.com/posts/hello-world/#contents:三级标题" class="headings">三级标题</a></h3>
<h4 id="四级"><a href="https://example.com/posts/hello-world/#四级" class="anchor-link"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon anchor-icon"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"/></svg></a><a href="https://example.com/posts/hello-world/#contents:四级" class="headings">四级</a></h4>
<h5 id="以此类推"><a href="https://example.com/posts/hello-world/#以此类推" class="anchor-link"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon anchor-icon"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"/></svg></a><a href="https://example.com/posts/hello-world/#contents:以此类推" class="headings">以此类推</a></h5>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">创建表格</span></strong></p>
<pre><code>| 表头 | 表头 | 表头 |
| :--- | :--: | ---: |
| 居左 | 居中 | 居右 |
</code></pre>
<div class="table-container"><table>
<thead>
<tr>
<th style="text-align: left">表头</th>
<th style="text-align: center">表头</th>
<th style="text-align: right">表头</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">居左</td>
<td style="text-align: center">居中</td>
<td style="text-align: right">居右</td>
</tr>
</tbody>
</table></div>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">换行</span></strong></p>
<pre><code>测试段落,这个块内的换行直接回车即可
换行
</code></pre>
<p>测试段落(后面有两个空格)<br>
换行</p>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">粗体 斜体</span></strong></p>
<pre><code>*斜体*
**粗体**
***粗斜体***
</code></pre>
<p><em>斜体</em><br>
<strong>粗体</strong><br>
<em><strong>粗斜体</strong></em></p>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">分割线测试 为了兼容性,在分隔线的前后均添加空白行</span></strong></p>
<pre><code>***
---
</code></pre>
<hr>
<hr>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">删除线 下划线</span></strong></p>
<pre><code>~~删除线~~
&lt;u&gt;下划线&lt;/u&gt;
</code></pre>
<p><del>删除线</del><br>
<u>下划线</u></p>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">脚注</span></strong></p>
<pre><code>脚注 [^runoob]
</code></pre>
<p>脚注 <sup id="fnref:1"><a href="https://example.com/posts/hello-world/#fn:1" class="footnote-ref" role="doc-noteref">[1]</a></sup></p>
<pre><code>[^runoob]: 这是一个脚注格式!!脚注显示在文末
</code></pre>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">无序列表</span></strong></p>
<pre><code>* 第一项
* 第二项
</code></pre>
<ul>
<li>第一项</li>
<li>第二项</li>
</ul>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">有序列表</span></strong></p>
<pre><code>1. 第一项
2. 第二项
</code></pre>
<ol>
<li>第一项</li>
<li>第二项</li>
</ol>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">列表嵌套</span></strong></p>
<pre><code>1. 第一项
* 嵌套1
* 嵌套2
* 嵌套3
* 嵌套4
* 嵌套5
</code></pre>
<ol>
<li>第一项
<ul>
<li>嵌套1
<ul>
<li>嵌套2
<ul>
<li>嵌套3
<ul>
<li>嵌套4
<ul>
<li>嵌套5</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ol>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">区块</span></strong></p>
<pre><code>&gt; 区块引用
&gt; 菜鸟教程
</code></pre>
<blockquote>
<p>区块引用<br>
菜鸟教程</p>
</blockquote>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">区块嵌套</span></strong></p>
<pre><code>&gt; 最外层
&gt;&gt; 第一层
&gt;&gt;&gt; 第二层
&gt;&gt;&gt;&gt; 第三层
</code></pre>
<blockquote>
<p>最外层</p>
<blockquote>
<p>第一层</p>
<blockquote>
<p>第二层</p>
<blockquote>
<p>第三层</p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">区块中使用列表</span></strong></p>
<pre><code>&gt; 这是一个区块
&gt; 1. 有序列表第一项
&gt; 2. 有序列表第二项
&gt; * 无序列表第一项
&gt;&gt; * 区块嵌套
</code></pre>
<blockquote>
<p>这是一个区块</p>
<ol>
<li>有序列表第一项</li>
<li>有序列表第二项</li>
</ol>
<ul>
<li>无序列表第一项</li>
</ul>
<blockquote>
<ul>
<li>区块嵌套</li>
</ul>
</blockquote>
</blockquote>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">列表中使用区块</span></strong></p>
<blockquote>
<ol>
<li>第一项<br>
&gt; 菜鸟教程</li>
<li>第二项</li>
</ol>
</blockquote>
<ol>
<li>第一项
<blockquote>
<p>菜鸟教程</p>
</blockquote>
</li>
<li>第二项</li>
</ol>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">代码</span></strong></p>
<pre><code>`printf()`函数
</code></pre>
<p><code>printf()</code>函数</p>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">代码区块</span></strong></p>
<pre><code>这是一个代码区块
print()
a = 2
b = 2
print(a + b)
</code></pre>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">用三个反引号包裹一段代码</span></strong></p>
<pre><code>```python
a = 2
b = 2
print(a + b)
```
</code></pre>
<div class="highlight"><div class="chroma">
<div class="table-container"><table class="lntable"><tr><td class="lntd">
<pre tabindex="0" class="chroma"><code><span class="lnt">1
</span><span class="lnt">2
</span><span class="lnt">3
</span></code></pre></td>
<td class="lntd">
<pre tabindex="0" class="chroma"><code class="language-python" data-lang="python"><span class="line"><span class="cl"><span class="n">a</span> <span class="o">=</span> <span class="mi">2</span>
</span></span><span class="line"><span class="cl"><span class="n">b</span> <span class="o">=</span> <span class="mi">2</span>
</span></span><span class="line"><span class="cl"><span class="nb">print</span><span class="p">(</span><span class="n">a</span> <span class="o">+</span> <span class="n">b</span><span class="p">)</span>
</span></span></code></pre></td></tr></table></div>
</div>
</div><p><strong><span style="border-bottom: #ADD8E6 2px solid">链接</span></strong></p>
<pre><code>这是一个链接 [菜鸟教程](https://www.runoob.com)
</code></pre>
<p><a href="https://www.runoob.com" target="_blank" rel="noopener">菜鸟教程</a></p>
<pre><code>直接使用链接地址 &lt;http://www.runoob.com&gt;
</code></pre>
<p><a href="http://www.runoob.com" target="_blank" rel="noopener">http://www.runoob.com</a></p>
<pre><code>这个链接用 2 作为网址变量 [Google][2]
</code></pre>
<p><a href="http://www.google.com/" target="_blank" rel="noopener">Google</a></p>
<pre><code>注意要隔一行为变量赋值
[2]: http://www.google.com/
</code></pre>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">添加图片</span></strong></p>
<pre><code>![testimage](https://img.php.cn/upload/webpage/000/469/925/5ed4c5b381332212.jpg &quot;sky&quot;)
</code></pre>
<p><img src="https://img.php.cn/upload/webpage/000/469/925/5ed4c5b381332212.jpg" alt="testimage"><span class="caption">◎ sky</span></p>
<pre><code>正常显示星号用转义字符\
</code></pre>
<p>**</p>
<p><strong><span style="border-bottom: #ADD8E6 2px solid">显示公式,可在此链接查看支持的符号</span></strong></p>
<p><a href="https://katex.org/docs/supported.html" target="_blank" rel="noopener">https://katex.org/docs/supported.html</a> ,渲染数学表达式需要将config.toml中的enableKaTeX设置为true</p>
<pre><code>行内显示
$f(x)=sin(x)+cos(x)$
块内显示
$$\sum_{n=1}^{100}$$
</code></pre>
<p>$f(x)=sin(x)+cos(x)$</p>
<p>$$\sum_{n=1}^{100}$$</p>
<div class="footnotes" role="doc-endnotes">
<hr>
<ol>
<li id="fn:1">
<p>这是一个脚注!!&#160;<a href="https://example.com/posts/hello-world/#fnref:1" class="footnote-backref" role="doc-backlink"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="icon footnote-icon"><path d="M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z"/></svg></a></p>
</li>
</ol>
</div>
</description>
<category domain="https://example.com/categories/markdown%E8%AF%AD%E6%B3%95/">Markdown语法</category>
<category domain="https://example.com/tags/markdown/">Markdown</category>
</item>
</channel>
</rss>