david parsons 1a07e04f81 Don't malloc() a closetag buffer in htmlblock -- we know(tm) that
the close tag won't be longer than MAXTAG (the size of the longest
known block tag) so we can preallocate a buffer and just write into
it.
2008-03-14 23:28:04 -07:00
2008-02-18 10:09:23 -08:00
2008-02-18 10:14:56 -08:00
2008-03-13 16:49:46 -07:00
2008-02-18 10:19:00 -08:00
2008-01-23 17:20:45 -08:00
2008-03-13 16:49:46 -07:00
2008-03-13 16:55:55 -07:00

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;  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
S
Description
No description provided
Readme
2 MiB
Languages
C 49.3%
Roff 18.9%
Raku 11.8%
PHP 9.7%
Makefile 2.3%
Other 8%