<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/markdown</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 21:36:32 GMT</pubDate>
<item>
<title>(Other) Markdown Pygmentize snippet in gedit - sdeboey</title>
<link>http://snipplr.com/view/55640/markdown-pygmentize-snippet-in-gedit/</link>
<description><![CDATA[ <p>Snippet for gedit text editor which adds a pygmentize block.</p> ]]></description>
<pubDate>Thu, 23 Jun 2011 21:44:11 GMT</pubDate>
<guid>http://snipplr.com/view/55640/markdown-pygmentize-snippet-in-gedit/</guid>
</item>
<item>
<title>(Objective C) Parsing Markdown with Objective-C using the original Perl script - daknok</title>
<link>http://snipplr.com/view/55171/parsing-markdown-with-objectivec-using-the-original-perl-script/</link>
<description><![CDATA[ <p>Simply make sure you have `Markdown.pl` (from Daring Fireball) inside of your application bundle's resources folder. Perl has to be installed on the target machine. If you are developing for iOS, you should build Perl for iOS, pack it with the application and change the `markdownTask`'s launch path.</p> ]]></description>
<pubDate>Sun, 12 Jun 2011 04:17:39 GMT</pubDate>
<guid>http://snipplr.com/view/55171/parsing-markdown-with-objectivec-using-the-original-perl-script/</guid>
</item>
<item>
<title>(C#) C#: Parse markdown into HTML (with template) - jiewmeng</title>
<link>http://snipplr.com/view/39387/c-parse-markdown-into-html-with-template/</link>
<description><![CDATA[ <p>using [markdown sharp](http://code.google.com/p/markdownsharp/)
`StreamReader` to read template &amp; `StreamWriter` to write to HTML</p> ]]></description>
<pubDate>Sun, 22 Aug 2010 11:46:51 GMT</pubDate>
<guid>http://snipplr.com/view/39387/c-parse-markdown-into-html-with-template/</guid>
</item>
<item>
<title>(Other) --Snipplr-- Workaround: Code in Comments - wizard04</title>
<link>http://snipplr.com/view/22799/snipplr-workaround-code-in-comments/</link>
<description><![CDATA[ <p>For some reason, Snipplr has decided not to HTML-encode &amp;lt; and &amp;gt; signs (i.e., replacing them with `&amp;lt;` and `&amp;gt;`) that a user inputs into a comment box, and instead strips anything that looks like a tag from the comment entirely.

So, if you enter something like &amp;#96;&amp;lt;div&amp;gt;test&amp;lt;/div&amp;gt;&amp;#96; in the comment box, you would expect to see &amp;lt;div&amp;gt;test&amp;lt;/div&amp;gt; in the post but you would actually end up with `test`.

The exceptions that I've found are ``, ``, ``, ``, and `` tags.

The only reliable way to get around this odd implementation is to use the code tag with its content already HTML-encoded, just like you would if you were writing your own HTML. So entering something like &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;test&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; will give the expected result &amp;lt;div&amp;gt;test&amp;lt;/div&amp;gt;.

Note that you will also have to replace the back-ticks with `&amp;#96;`

FYI, here is the code I used to create this description itself. The same code is entered in the first comment below (note the difference where the back-ticks are used to surround this: `test`).</p> ]]></description>
<pubDate>Mon, 09 Nov 2009 11:57:52 GMT</pubDate>
<guid>http://snipplr.com/view/22799/snipplr-workaround-code-in-comments/</guid>
</item>
<item>
<title>(Bash) any2md - dsanson</title>
<link>http://snipplr.com/view/19517/any2md/</link>
<description><![CDATA[ <p>This script is just a wrapper around [pandoc](http://johnmacfarlane.net/pandoc/), textutil, and [pdftohtml](http://pdftohtml.sourceforge.net/) .  It will try to convert html, tex, latex, rst, pdf, ps, odt, doc, docx, rtf, rtfd, wordml, and webarchive files to markdown, detecting file type based on extension.</p> ]]></description>
<pubDate>Thu, 10 Sep 2009 18:53:14 GMT</pubDate>
<guid>http://snipplr.com/view/19517/any2md/</guid>
</item>
<item>
<title>(Ruby) bibout - dsanson</title>
<link>http://snipplr.com/view/19515/bibout/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Sep 2009 18:26:54 GMT</pubDate>
<guid>http://snipplr.com/view/19515/bibout/</guid>
</item>
</channel>
</rss>