<?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 Introduction</title><link>https://hugo-introduction.netlify.app/tags/markdown/</link><description>Recent content in Markdown on Introduction</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 06 Nov 2017 12:04:06 -0500</lastBuildDate><atom:link href="https://hugo-introduction.netlify.app/tags/markdown/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Support</title><link>https://hugo-introduction.netlify.app/blog/startup-ipsum/</link><pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate><guid>https://hugo-introduction.netlify.app/blog/startup-ipsum/</guid><description>&lt;p&gt;Introduction supports code blocks and syntax highlighting:&lt;/p&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-sh" data-lang="sh"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ complicated techie code git bash ubuntu&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt;&amp;gt;&amp;gt; &lt;span style="color:#719e07"&gt;return&lt;/span&gt; value init foo&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You can easily create tables using Markdown, with rows that support readability:&lt;/p&gt;&#10;&lt;table&gt;&#10;&#9;&lt;thead&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;this&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th style="text-align: right"&gt;is&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;a&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;table&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;!&lt;/th&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&lt;/thead&gt;&#10;&#9;&lt;tbody&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;this&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td style="text-align: right"&gt;is&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;the&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;1st&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;row&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;this&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td style="text-align: right"&gt;is&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;the&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;2nd&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;row&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;this&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td style="text-align: right"&gt;is&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;the&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;3rd&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;row&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;edgy&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td style="text-align: right"&gt;jo&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;ke&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;lands&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;here&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;this&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td style="text-align: right"&gt;is&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;the&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;5th&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;row&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;this&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td style="text-align: right"&gt;is&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;the&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;6th&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;row&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&lt;/tbody&gt;&#10;&lt;/table&gt;&#10;&lt;p&gt;Unordered lists render with high readabiltiy as well!&lt;/p&gt;</description></item></channel></rss>