jgm / html2cmark

Lua library to convert HTML5 to commonmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html2cmark

Lua library to convert HTML5 to commonmark, leveraging libcmark to write the commonmark and libgumbo to read the HTML.

To run round-trip tests (HTML -> commonmark -> HTML), do make test. Note that not all of the tests currently pass.

About

Lua library to convert HTML5 to commonmark


Languages

Language:Lua 98.0%Language:HTML 0.8%Language:Makefile 0.8%Language:JavaScript 0.4%