|
On Fri, Oct 9, 2009 at 3:06 PM, Robert Raschke <rtrlists@googlemail.com> wrote:In fact, I bet you that a hundred lines of Lua will do the whole job
> can't remember the changes. It would probably be pretty trivial to change it
> to allow markdown.
nicely - pretty-printing can be done as an afterthought, using some
styling and client _javascript_. One of those satisfying
rainy-afternoon jobs.
The thing about literate programming is that both the source and the
result must look pretty and read well. HTML is not nice in source,
although doing anything non-trivial in LuaDoc seems to require it.
Traditionally, LP uses tools to extract separate docs and code from
the same document, which seems fussy.
steve d.