On 6/4/2006, at 16:32, Ken Scott wrote:
I notice one problem with this bundle: all the files it creates and displays are in the /tmp folder. My Markdown document has relative links to images. The relative links are correct in the document, and with the normal Markdown preview, the images are displayed. But with the PDF and the Markdown HTML, the images don't exist in the / tmp folder and are not displayed.
Thoughts?
The regular Markdown preview command puts a base tag in the generated result which points to the document folder (via the tm-file://- scheme, to avoid WebKit’s security restrictions).
Similar could be done for the MultiMarkdown command.