Jan's Markdown Preview

Julian 'Julik' Tarkhanov listbox at julik.nl
Wed Dec 7 05:42:03 EST 2005



On 13-nov-2005, at 3:40, A. Pagaltzis wrote:


> * robert mcgonegal <robert37 at gmail.com> [2005-11-13 02:20]:

>> Has anyone created a Perl version of Jan's script?

>

> I have a script which



I tried to do it sometime ago to process .markdown files this way
with PHP, and it looks like you need to have Apache2 (which has
Actions).

Translated to PHP-speak (with Michel's implementation) it would be as
easy as:

<?php
include_once 'markdown.php';
ob_start('markdown');
include($somehow_deducted_path_to_markdown_document);
ob_end_flush();
?>


--
Julian 'Julik' Tarkhanov
me at julik.nl





More information about the Markdown-Discuss mailing list