<?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>KimandPete.co.uk: Use Markdown to format your comments</title>
    <link>http://kimandpete.co.uk/articles/2005/09/22/use-markdown-to-format-your-comments</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>and Boo!</description>
    <item>
      <title>Use Markdown to format your comments</title>
      <description>&lt;p&gt;The blog software we&amp;#8217;re using (&lt;a href="http://typo.leetsoft.com/"&gt;Typo&lt;/a&gt;) has a couple of great filters that allow you to write fancy-schmancy HTML in articles and comments without actually having to know any.&lt;/p&gt;&lt;p&gt;To me, the most impressive is &lt;a href="http://daringfireball.net/projects/markdown/"&gt;Markdown&lt;/a&gt; because the syntax is immediately familiar to anyone who uses text email.&lt;/p&gt;

&lt;p&gt;For example, to &lt;em&gt;emphasise&lt;/em&gt; a word you do *this* (i.e. produces &lt;em&gt;this&lt;/em&gt;). Use two **asterisks** to make it &lt;strong&gt;bold&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can&lt;/li&gt;
&lt;li&gt;produce&lt;/li&gt;
&lt;li&gt;a list&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;by typing this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;- item 1
- item 2
- item 3
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;Links&lt;/h4&gt;

&lt;p&gt;Links are very easy.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[Google UK](http://www.google.co.uk)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;will produce this: &lt;a href="http://www.google.co.uk"&gt;Google UK&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;Headings&lt;/h4&gt;

&lt;p&gt;You can create headings in a number of ways. Either underline it with - or =, like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;heading
-------
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;or add # before the heading text. You can add between 1 and 6 #s - 1 produces the biggest title, 6 the smallest.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# Largest Heading (i.e. H1 in HTML)
###### Smallest (H6)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;For a complete guide, go to the &lt;a href="http://daringfireball.net/projects/markdown/syntax"&gt;Markdown Syntax Documentation&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Sep 2005 18:43:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:0e0607fdfcce4c83004eb2fa73d75ce0</guid>
      <author>Pete</author>
      <link>http://kimandpete.co.uk/articles/2005/09/22/use-markdown-to-format-your-comments</link>
      <category>Geekery</category>
    </item>
  </channel>
</rss>
