<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/111/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>markdown</title>
    <link>http://tech.saigonist.com/taxonomy/term/111/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Escaping special characters in markdown</title>
    <link>http://tech.saigonist.com/b/code/escaping-special-characters-markdown</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 15, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/markdown&quot;&gt;markdown&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;These characters need to be escaped in Markdown in order to appear as literal characters instead of performing some markdown functions:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;\ ` * _ { } [ ] ( ) # + - . !
&lt;/code&gt;&lt;/pre&gt;

&lt;h2&gt;Special escaping for hash (#)&lt;/h2&gt;

&lt;p&gt;You can usually escape a &lt;code&gt;#&lt;/code&gt; with the &lt;code&gt;\&lt;/code&gt; character like others in the above list, but if your hash appears on the same line as an h1/h2/h3 which themselves start with &lt;code&gt;#&lt;/code&gt;, &lt;code&gt;##&lt;/code&gt;, or &lt;code&gt;###&lt;/code&gt; then you need extra escaping for the inline &lt;code&gt;#&lt;/code&gt;. In this case, add another &lt;code&gt;#&lt;/code&gt; at the end...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 15 Mar 2016 05:44:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">67 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
