A.S. Bradbury | 5 Oct 20:48
Favicon

[ANN] lua-discount 1.2.10.1

I'm pleased to announce the release of lua-discount 1.2.10.1. This
release offers Windows support thanks to contributions from Tim
Channon. Thanks to Hisham Muhammad for getting a win32-x86 binary rock
into the repository. Anyone running on Mac, Linux or Windows should be
able to install lua-discount by typing `luarocks install
lua-discount`.

# lua-discount

A binding to [Discount](http://www.pell.portland.or.us/~orc/Code/discount/), a
fast C implementation of the
[Markdown](http://daringfireball.net/projects/markdown) text to HTML markup
system. Discount passes the Markdown test suite.

## Project links
* [Home](http://asbradbury.org/projects/lua-discount/)
* [Download](http://luaforge.net/projects/lua-discount/)
* [Documentation](http://asbradbury.org/projects/lua-discount/#usage)
* [Source](http://github.com/asb/lua-discount/)

## Release history
* lua-discount-1.2.10.1 (2008-09-22)
  * Windows is now a supported platform (thanks to contributions from Tim
    Channon)
* lua-discount-1.2.10 (2008-09-03)
  * update to upstream Discount 1.2.10
  * support the `"nohtml"` option, to disable embedded html.
  * compile to use relaxed emphasis, meaning underscores don't count when
    they're in the middle of a word.
  * add some tests
(Continue reading)


Gmane