blob: 21ffa1501f245be4c76dd522734dbe21f1940135 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Markdown on azuminha</title>
<link>http://localhost:1313/tags/markdown/</link>
<description>Recent content in Markdown on azuminha</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Thu, 30 Aug 2018 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Guide (modified)</title>
<link>http://localhost:1313/post/2018/08/30/markdown-guide-modified/</link>
<pubDate>Thu, 30 Aug 2018 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/post/2018/08/30/markdown-guide-modified/</guid>
<description><h1 id="an-h1-header">An h1 header</h1>
<p>Paragraphs are separated by a blank line.</p>
<p>2nd paragraph. <em>Italic</em>, <strong>bold</strong>, and <code>monospace</code>. Itemized lists
look like:</p>
<ul>
<li>this one</li>
<li>that one</li>
<li>the other one</li>
</ul>
<p>Note that &mdash; not considering the asterisk &mdash; the actual text
content starts at 4-columns in.</p>
<blockquote>
<p>Block quotes are
written like so.</p>
<p>They can span multiple paragraphs,
if you like.</p></blockquote>
<p>Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., &ldquo;it&rsquo;s all
in chapters 12&ndash;14&rdquo;). Three dots &hellip; will be converted to an ellipsis.
Unicode is supported. ☺</p></description>
</item>
</channel>
</rss>
|