<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>My Standard Break</title>
	<link href="http://geoffb.github.com/atom.xml" rel="self"/>
	<link href="http://geoffb.github.com/"/>
	<updated>2009-08-30T15:05:35-07:00</updated>
	<id>http://geoffb.github.com/</id>
	<author>
	   <name>Geoff Blair</name>
	   <email>gmblair@gmail.com</email>
	 </author>
	
	<entry>
		<title>Test Post</title>
		<link href="http://geoffb.github.com/2008/12/18/test-post.html"/>
		<updated>2008-12-18T00:00:00-08:00</updated>
		<id>http://geoffb.github.com/2008/12/18/test-post</id>
		<content type="html">&lt;h1&gt;Test Post&lt;/h1&gt;
&lt;p&gt;This is a test post using Textile.&lt;/p&gt;
&lt;p&gt;Here is another paragraph. It even has some &lt;em&gt;italic words&lt;/em&gt;. And maybe some &lt;strong&gt;bold&lt;/strong&gt; ones, too. This is pretty fucking awesome.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is something that&amp;#8217;s quoted.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;How about a bulleted list? Ok.&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Something&lt;/li&gt;
	&lt;li&gt;Another thing&lt;/li&gt;
	&lt;li&gt;One more&lt;/li&gt;
	&lt;li&gt;God this is easy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And now a numbered list:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Milk&lt;/li&gt;
	&lt;li&gt;Bread&lt;/li&gt;
	&lt;li&gt;Cat Food&lt;/li&gt;
	&lt;li&gt;Pizza&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let&amp;#8217;s try out some php code:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;if ($something === $foo) {
	$this-&amp;gt;rabble($bar);
}&lt;/code&gt;&lt;/p&gt;</content>
	</entry>
	
</feed>