<br><div class="gmail_quote">On Wed, Aug 12, 2009 at 5:22 PM, Fletcher T. Penney <span dir="ltr"><<a href="mailto:fletcher@fletcherpenney.net">fletcher@fletcherpenney.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
As the author of MultiMarkdown, and having generated countless PDF's from plain text and HTML, and not having the faintest clue what HTMLDOC is, I can guarantee you that htmldoc _is not_ a requirement for PDF generation when using Multimarkdown.<br>

<br>
The PDF commands in TextMate that are associated with MMD do not require htmldoc.<br>
</blockquote><div><br></div><div>Well, I'm confused, because there's clearly a disconnect between the reality that you're describing and the reality that exists in the markdown bundle on my machine:</div><div>
<br></div><div>david-watsons-macbook-pro:Markdown.tmbundle david$ grep htmldoc * -ir</div><div>Commands/.svn/text-base/↓↓ Convert Document:Selection to PDF.plist.svn-base:# convert to PDF with htmldoc</div><div>Commands/.svn/text-base/↓↓ Convert Document:Selection to PDF.plist.svn-base:require_cmd htmldoc</div>
<div>Commands/.svn/text-base/↓↓ Convert Document:Selection to PDF.plist.svn-base:htmldoc -f "$DST.pdf" --header "" --footer "" --webpage "$DST.html"</div><div>Commands/↓↓ Convert Document:Selection to PDF.plist:# convert to PDF with htmldoc</div>
<div>Commands/↓↓ Convert Document:Selection to PDF.plist:require_cmd htmldoc</div><div>Commands/↓↓ Convert Document:Selection to PDF.plist:htmldoc -f "$DST.pdf" --header "" --footer "" --webpage "$DST.html"</div>
<div><br></div><div>Is MMD part of the markdown bundle? Why do these commands invoke htmldoc? I certainly don't believe that I introduced the dependency on htmldoc. I used textmate at several workplaces years ago and recall having a very similar discussion about this then.</div>
<div><br></div><div>Thanks,</div><div>David</div></div>