[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Updated uFAQ (Unofficial Lua FAQ)
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 29 Aug 2011 14:54:42 +0200
On Mon, Aug 29, 2011 at 2:45 PM, Peter Odding <peter@peterodding.com> wrote:
> Did you try the discount module by Alex Bradbury? It's available in LuaRocks
> (luarocks install lua-discount).
I see what you mean - practically instant conversion!
But the problem would be that I have a customized markdown.lua which
does the table-of-contents thing.
Well, preprocessing would be an option, and should be pretty fast
(scan for ##.. <num> etc).
steve d.