<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stofko Web Design &#187; Plugin</title>
	<atom:link href="http://stofko.ca/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://stofko.ca</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 14:46:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Markdown</title>
		<link>http://stofko.ca/wordpress-markdown/</link>
		<comments>http://stofko.ca/wordpress-markdown/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:38:31 +0000</pubDate>
		<dc:creator>Bev</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stofko.ca/?p=329</guid>
		<description><![CDATA[Notes on writing a valid Wordpress readme.txt file.]]></description>
			<content:encoded><![CDATA[<p>I learned something about WordPress Markdown the hard way today. In writing the readme.txt for my new plugin <a href="http://wordpress.org/extend/plugins/wp-imageflow2/">WP-ImageFlow2</a> the formatting of my information on the WordPress website was messed up. Instead of nice numbered lists and bullets, it came out as a big blog in a paragraph. Very difficult to read!<span id="more-329"></span></p>
<p>I searched the web and couldn&#8217;t find an explanation. I seemed to have followed the markdown instructions properly. By trial and error I managed to come up with a solution &#8211; I needed a blank line both before and after the list.</p>
<p>My original markup that displayed incorrectly:</p>
<div style="border:solid 1px gray; margin: 10px 30px; padding: 10px; background-color: #eeeeee;">This is some info<br />
1. line1<br />
2. line2<br />
3. line3</p>
<p>This is more stuff<br />
* stuff1<br />
* stuff2<br />
* stuff3</p></div>
<p>My new markup that worked:</p>
<div style="border:solid 1px gray; margin: 10px 30px;padding: 10px; background-color: #eeeeee;">This is some info</p>
<p>1. line1<br />
2. line2<br />
3. line3</p>
<p>This is more stuff</p>
<p>* stuff1<br />
* stuff2<br />
* stuff3</p></div>
<p>You learn something new every day!</p>
]]></content:encoded>
			<wfw:commentRss>http://stofko.ca/wordpress-markdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

