All Projects → speedata → luamarkdown

speedata / luamarkdown

Licence: other
Pure lua implementation of markdown

Programming Languages

lua
6591 projects

Pure Lua implementation of markdown

This is a copy from http://www.frykholm.se/files/markdown.lua 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].