<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Eitan Suez's Home: markdown firefox plugin?</title>
    <link>http://u2d.com/articles/2006/01/30/markdown-firefox-plugin</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>markdown firefox plugin?</title>
      <description>&lt;p&gt;i think this would be cool:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  &amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
        xmlns:md="somekindofmarkdownnamespace"&amp;gt;
  &amp;lt;body&amp;gt;

  &amp;lt;div&amp;gt;
  blah
  &amp;lt;/div&amp;gt;

  &amp;lt;md:markdown-block&amp;gt;
  markdown text here.

  what firefox would do (assuming plugin is installed
  , of course) is filter all text inside 
  md:markdown-block tags through a markdown
  processor, producing html that would then be further
  processed by the firefox rendering mechanism 
  to render the page.
  &amp;lt;/md:markdown-block&amp;gt;

  &amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;A second point:  define a .markdown mimetype that such a plugin could similarly process.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jan 2006 08:36:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:cae8146ce52541fa2efe52e404767f70</guid>
      <author>Eitan</author>
      <link>http://u2d.com/articles/2006/01/30/markdown-firefox-plugin</link>
    </item>
  </channel>
</rss>
