Publishable or Published?
Joshua Cook
ijoshua at gmail.com
Sun Feb 20 16:10:27 EST 2005
On Sun, 20 Feb 2005 20:11:38 +0100, Lasar Liepins <lasar at liepins.net> wrote:
> On 17. Feb 2005, at 05:50 Uhr, Jonathan Ploudre wrote:
>
> > I have to say that I think Markdown may eventually be used for things
> > besides HTML and plain text.
> > [..]
>
> I agree. For example I use a relatively simple PHP/MySQL-based system
> to manage documents I write. Currently I use my own very simple markup
> style which translates to PDF through the [FPDF library] [1].
I've also been working on a PHP/MySQL application in which the users
edit some text in Markdown which will later be produced in a PDF (with
FPDF) document. My current solution is to convert the Markdown source
into HTML, which I can rely upon being parseable by PHP's event-style
parsing. If I could get these event hooks directly into the Markdown
parser, I could eliminate a layer of complexity from my application!
More information about the Markdown-Discuss
mailing list