lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




This is an implementation of the popular text markup language Markdown
in pure Lua.
Markdown can convert documents written in a simple and easy to read text
format
to well-formatted HTML. For a more thourough description of Markdown and
the Markdown
syntax, see <http://daringfireball.net/projects/markdown>.

  That's cool, could be used as the formatter of my wiki. But, what
are the licensing terms?

Ah, I forgot to add that. You can use it under the same license as Lua.

// Niklas