david parsons 0d71ce7785 Kludge peek() and poke() to not sign extend on machines with signed chars,
so a 0xff character will not sign extend and become an EOF.  This breaks
a test in mun\CC\83oz.t (which tripped the 0xff becomes EOF bug) so that
test needed to be rewritten.

Inline comment handling is still broken!  It only checks for a > to end
a html comment, not the correct --> sequence!
2016-07-16 15:06:40 -07:00
2012-01-19 08:15:28 -08:00
2015-10-25 15:46:53 +01:00
2013-10-20 14:15:08 -07:00
2015-10-25 15:46:53 +01: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 written by David Parsons <orc@pell.portland.or.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
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%