commonmark / commonmark-spec

CommonMark spec, with reference implementations in C and JavaScript
http://commonmark.org
Other
4.88k stars 316 forks source link

Lua Module #233

Closed jturner closed 9 years ago

jturner commented 9 years ago

This really isn't an issue but I wan't to share that I created a simple lua binding for CommonMark. Unlike the example one using luajit it embeds CommonMark and doesn't require libcmark to be installed. Right now it only supports the cmark_markdown_to_html method. Anyways feel free to close the issue whenever.

luacmark

jgm commented 9 years ago

Nice! The best place for announcements like this is http://talk.commonmark.org and you should add your implementation to the list at https://github.com/jgm/CommonMark/wiki/List-of-CommonMark-Implementations

By the way, I've been carrying out my luajit experiments at jgm/commonmark-lua.

+++ James Turner [Dec 02 14 15:33 ]:

This really isn't an issue but I wan't to share that I created a simple lua binding for CommonMark. Unlike the example one using luajit it embeds CommonMark and doesn't require libcmark to be installed. Right now it only supports the cmark_markdown_to_html method. Anyways feel free to close the issue whenever.

[1]luacmark

— Reply to this email directly or [2]view it on GitHub.

References

  1. https://github.com/jturner/luacmark
  2. https://github.com/jgm/CommonMark/issues/233