<?xml version="1.0" encoding="UTF-8"?>
<guide>
  <body>&lt;h2&gt;First Heading should be H2&lt;/h2&gt;
&lt;p&gt;Sometimes I wonder what people have against &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;. Oh that&amp;#8217;s right.&lt;/p&gt;
&lt;h3&gt;Next heading will obviously be H3&lt;/h3&gt;
&lt;p&gt;Tables are cool when used for tabular data.&lt;/p&gt;
&lt;table&gt;
	&lt;tr&gt;
		&lt;th&gt;Name&lt;/th&gt;
		&lt;th&gt;Age&lt;/th&gt;
		&lt;th&gt;Height&lt;/th&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td&gt;Tom&lt;/td&gt;
		&lt;td&gt;29&lt;/td&gt;
		&lt;td&gt;5&amp;#8217;9&amp;quot;&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td&gt;Chris&lt;/td&gt;
		&lt;td&gt;27&lt;/td&gt;
		&lt;td&gt;6&amp;#8217;0&amp;quot;&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td&gt;Jimmy&lt;/td&gt;
		&lt;td&gt;93&lt;/td&gt;
		&lt;td&gt;3&amp;#8217;6&amp;quot;&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;h4&gt;Pay Attention to my H4&lt;/h4&gt;
&lt;p&gt;You just don&amp;#8217;t see enough ordered lists around these days.&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;alpha&lt;/li&gt;
	&lt;li&gt;beta&lt;/li&gt;
	&lt;li&gt;gamma&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Unordered lists are nice for when you don&amp;#8217;t want to prioritize things.&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;one&lt;/li&gt;
	&lt;li&gt;two&lt;/li&gt;
	&lt;li&gt;three&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It&amp;#8217;s always a good idea to quote someone famous so people think you know what you&amp;#8217;re talking about.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To be or not to be, that is the question&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If that doesn&amp;#8217;t work, just fall back on math equations. That&amp;#8217;s sure to work.&lt;/p&gt;
&lt;p&gt;a &lt;sup&gt;2&lt;/sup&gt; + b &lt;sup&gt;2&lt;/sup&gt; = c &lt;sup&gt;2&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Tables are a pain, huh? Just slap in some preformatted content using &amp;lt;pre&amp;gt; tags.&lt;/p&gt;
&lt;pre&gt;size   color
 L       G
 M       R
 S       B&lt;/pre&gt;
&lt;p&gt;This &lt;strong&gt;is&lt;/strong&gt; a code repository so displaying &lt;code&gt;code&lt;/code&gt; should be easy and look good too!&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
    def foo
      puts 'bar'
    end
&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;
   testing&lt;/pre&gt;
&lt;h2&gt;Sample Header&lt;/h2&gt;
&lt;ul&gt;
	&lt;li&gt;apples
	&lt;ul&gt;
		&lt;li&gt;Granny Smith&lt;/li&gt;
		&lt;li&gt;Pink Lady&lt;/li&gt;
	&lt;/ul&gt;&lt;/li&gt;
	&lt;li&gt;bananas&lt;/li&gt;
	&lt;li&gt;grapes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;del&gt;-config&lt;/del&gt;-&lt;br /&gt;
&lt;del&gt;&amp;#8212;config2&lt;/del&gt;&amp;#8212;&lt;br /&gt;
&lt;em&gt;italic&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;To find out the version number when using RedCloth &amp;gt;= 4.0&lt;/h3&gt;
&lt;p&gt;Use &lt;code&gt;RedCloth::VERSION&lt;/code&gt; on a line all by itself:&lt;/p&gt;
&lt;p&gt;4.2.2&lt;/p&gt;
&lt;p&gt;Or surround it with square brackets in a sentence:&lt;/p&gt;
&lt;p&gt;Github is running 4.2.2.&lt;/p&gt;
&lt;h2&gt;Need more Textile help?&lt;/h2&gt;
&lt;p&gt;Read the &lt;a href=&quot;http://redcloth.org/textile&quot;&gt;reference manual&lt;/a&gt;&lt;/p&gt;</body>
  <created-at type="datetime">2008-02-24T17:47:22-08:00</created-at>
  <id type="integer">17</id>
  <permalink>textile-formatting</permalink>
  <title>Textile Formatting</title>
  <updated-at type="datetime">2009-10-07T23:59:27-07:00</updated-at>
  <user-id type="integer">45141</user-id>
</guide>
