4 Sep 00:34
[ANN] lua-discount 1.2.10
From: A.S. Bradbury <asb <at> asbradbury.org>
Subject: [ANN] lua-discount 1.2.10
Newsgroups: gmane.comp.lang.lua.general
Date: 2008-09-03 22:35:50 GMT
Subject: [ANN] lua-discount 1.2.10
Newsgroups: gmane.comp.lang.lua.general
Date: 2008-09-03 22:35:50 GMT
I'm pleased to announce the release of lua-discount 1.2.10. lua-discount is a binding to Discount, a fast C implementation of the Markdown text to HTML markup system. The biggest feature of this release is the addition of the "nohtml" flag, which disables embedded html. See the readme copied below for a full changelog, and a simple benchmark against markdown.lua. # 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 (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 * include results of a simple benchmark in the readme * lua-discount-1.2.7 (2008-08-03) * first public release(Continue reading)
RSS Feed