On Mon, Apr 04, 2016 at 06:16:17PM +0200, Florian Stinglmayr wrote: > On Wed, Mar 23, 2016 at 04:40:14PM +0100, Frederic Cambus wrote: > > Hi ports@, > > [...] > > > > No one else interested in getting this and lua-lustache in?
Anyone willing to test this and give a second OK? Here is a small Lua snippet to test the package : local markdown = require "markdown" print(markdown("# This should be wrapped in a h1 tag")) print(markdown("[OpenBSD](http://www.openbsd.org/)"))