Files
discount/README
T
David Parsons c3a06a7686 Rearrange RELAXED_EMPHASIS so that it only applies to underscrores in the
middle of words.   Add the new configure option --relaxed-emphasis, which
breaks the emphasis rules for things like a_b (or, if you're describing
code, thing like `size_t` or `time_t` or ...)
2008-08-09 09:19:48 -07:00

16 lines
643 B
Plaintext

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