<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Writing Simple, Effective Documentation</title>
	<atom:link href="http://www.huyng.com/archives/writing-simple-effective-documentation/102/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huyng.com/archives/writing-simple-effective-documentation/102/</link>
	<description></description>
	<lastBuildDate>Mon, 16 Aug 2010 10:05:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy</title>
		<link>http://www.huyng.com/archives/writing-simple-effective-documentation/102/comment-page-1/#comment-2628</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 22 May 2010 16:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.huyng.com/?p=102#comment-2628</guid>
		<description>Could you post about your LaTex and PDFTex installations? I&#039;m having a terrible time getting the two working right to take the MMD file and convert it to PDF. I assume I&#039;ve not installed the MacTex and the PDFTex packages correctly, but find no real Internet resources about doing this with MMD.</description>
		<content:encoded><![CDATA[<p>Could you post about your LaTex and PDFTex installations? I&#8217;m having a terrible time getting the two working right to take the MMD file and convert it to PDF. I assume I&#8217;ve not installed the MacTex and the PDFTex packages correctly, but find no real Internet resources about doing this with MMD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.huyng.com/archives/writing-simple-effective-documentation/102/comment-page-1/#comment-2121</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 17 Jan 2010 17:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.huyng.com/?p=102#comment-2121</guid>
		<description>I also had problems with Pandoc, more because 10.6.2 is 64 bit and lots of dependencies aren&#039;t. However, Using these instructions I managed to install it ok: http://www.haskell.org/haskellwiki/Mac_OS_X

Do you think Pandoc has a greater number of formats it will convert into than multimarkdown?

I plus for me with Pandoc is that it does have a plugin for WordPress. The big downer is that there&#039;s no textmate bundle at present, well, none that i could find.</description>
		<content:encoded><![CDATA[<p>I also had problems with Pandoc, more because 10.6.2 is 64 bit and lots of dependencies aren&#8217;t. However, Using these instructions I managed to install it ok: <a href="http://www.haskell.org/haskellwiki/Mac_OS_X" rel="nofollow">http://www.haskell.org/haskellwiki/Mac_OS_X</a></p>
<p>Do you think Pandoc has a greater number of formats it will convert into than multimarkdown?</p>
<p>I plus for me with Pandoc is that it does have a plugin for WordPress. The big downer is that there&#8217;s no textmate bundle at present, well, none that i could find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Applicative</title>
		<link>http://www.huyng.com/archives/writing-simple-effective-documentation/102/comment-page-1/#comment-1039</link>
		<dc:creator>Applicative</dc:creator>
		<pubDate>Mon, 27 Jul 2009 02:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.huyng.com/?p=102#comment-1039</guid>
		<description>Pandoc is easy to install on a mac with the binary installer for Haskell Platform 
http://hackage.haskell.org/platform/  
It installs the GHC and then major libraries and tools ... including the general Haskell package manager, cabal, which makes all of hackage available. So then, in the terminal, you just type 
&quot;cabal install pandoc&quot;.

--Or better add the flags for syntax highlighting of code in appropriate output types, and for the associated scripts like &quot;markdown2pdf&quot; ... so then it would be
&quot;cabal install pandoc -fhighlighting -fwrappers&quot; 


(Strangely, I did this just a couple of minutes ago for the new version, and just hit your essay by a google search.)

Textmate&#039;s markdown bundle does pretty good highlighting with pandoc-markdown, it is easy to add a few pandoc-appropriate commands and snippets - for example, for instant previewing of selected text in the textmate browser.</description>
		<content:encoded><![CDATA[<p>Pandoc is easy to install on a mac with the binary installer for Haskell Platform<br />
<a href="http://hackage.haskell.org/platform/" rel="nofollow">http://hackage.haskell.org/platform/</a><br />
It installs the GHC and then major libraries and tools &#8230; including the general Haskell package manager, cabal, which makes all of hackage available. So then, in the terminal, you just type<br />
&#8220;cabal install pandoc&#8221;.</p>
<p>&#8211;Or better add the flags for syntax highlighting of code in appropriate output types, and for the associated scripts like &#8220;markdown2pdf&#8221; &#8230; so then it would be<br />
&#8220;cabal install pandoc -fhighlighting -fwrappers&#8221; </p>
<p>(Strangely, I did this just a couple of minutes ago for the new version, and just hit your essay by a google search.)</p>
<p>Textmate&#8217;s markdown bundle does pretty good highlighting with pandoc-markdown, it is easy to add a few pandoc-appropriate commands and snippets &#8211; for example, for instant previewing of selected text in the textmate browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johntron</title>
		<link>http://www.huyng.com/archives/writing-simple-effective-documentation/102/comment-page-1/#comment-931</link>
		<dc:creator>Johntron</dc:creator>
		<pubDate>Thu, 05 Mar 2009 22:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.huyng.com/?p=102#comment-931</guid>
		<description>Good article. Andy Hunt did something very similar to this with the Pragmatic Programmer book. It&#039;s nice to see a full-lenght tutorial.</description>
		<content:encoded><![CDATA[<p>Good article. Andy Hunt did something very similar to this with the Pragmatic Programmer book. It&#8217;s nice to see a full-lenght tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huy</title>
		<link>http://www.huyng.com/archives/writing-simple-effective-documentation/102/comment-page-1/#comment-930</link>
		<dc:creator>Huy</dc:creator>
		<pubDate>Wed, 04 Mar 2009 06:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.huyng.com/?p=102#comment-930</guid>
		<description>Ryan, thanks for notifying me of this. I just had the files in the wrong directories. Try the links again, they should work this time.</description>
		<content:encoded><![CDATA[<p>Ryan, thanks for notifying me of this. I just had the files in the wrong directories. Try the links again, they should work this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.huyng.com/archives/writing-simple-effective-documentation/102/comment-page-1/#comment-929</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 04 Mar 2009 02:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.huyng.com/?p=102#comment-929</guid>
		<description>This is an excellent post!! However, I cannot view your sample markdown, pdf, and xhtml.  Did you not upload them?</description>
		<content:encoded><![CDATA[<p>This is an excellent post!! However, I cannot view your sample markdown, pdf, and xhtml.  Did you not upload them?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
