Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/speedata/luamarkdown

Pure lua implementation of markdown
https://github.com/speedata/luamarkdown

Last synced: about 2 months ago
JSON representation

Pure lua implementation of markdown

Awesome Lists containing this project

README

        

# Pure Lua implementation of markdown

This is a copy from with some changes:

* Compatible with Lua versions 5.1 and 5.2
* Different interface, markdown.lua makes no changes anymore to the global namespace:

local md = require('markdown')
md.markdown(txt)

## Tests

Run the testsuite with

lua markdown-tests.lua

with Lua 5.1 or 5.2.

## License
MIT like license, see the source file for details.