Markdown on azuminha http://localhost:1313/tags/markdown/ Recent content in Markdown on azuminha Hugo en-us Thu, 30 Aug 2018 00:00:00 +0000 Markdown Guide (modified) http://localhost:1313/post/2018/08/30/markdown-guide-modified/ Thu, 30 Aug 2018 00:00:00 +0000 http://localhost:1313/post/2018/08/30/markdown-guide-modified/ <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>