Skip to content

speedata/luamarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Pure lua implementation of markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages