Skip to content

jgm/luacmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luacmark

A simple lua binding to CommonMark, a C library that can parse CommonMark.

Usage

local cmark = require("cmark")
local markdown_string = [[
This is an
example [CommonMark](http://commonmark.org/)
paragraph.
]]
local html_string = cmark.markdown(markdown_string)

About

Lua binding to CommonMark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages