public
Description: QuickLook generator for Markdown files.
Homepage: http://fiatdev.com
Clone URL: git://github.com/toland/qlmarkdown.git
qlmarkdown / discount
name age message
..
file COPYRIGHT Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file README Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file VERSION Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file amalloc.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file amalloc.h Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file config.h Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file cstring.h Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file docheader.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file dumptree.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file generate.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file markdown.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file markdown.h Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file mkdio.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file mkdio.h Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file resource.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file toc.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file wrapper.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file wrapper.h Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file xmlpage.c Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
discount/README
DISCOUNT is a implementation of John Gruber's Markdown markup
language.   It implements, as far as I can tell, all of the
language as described in
<http://daringfireball.net/projects/markdown/syntax>
and passes the Markdown test suite at
<http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip>

DISCOUNT is free software written by David Parsons <orc@pell.chi.il.us>;
it is released under a BSD-style license that allows you to do
as you wish with it as long as you don't attempt to claim it as
your own work.

Most of the programs included in the DISCOUNT distribution have
manual pages describing how they work.

The file INSTALL describes how to build and install discount