Re: [NEW] textproc/lua-markdown

2016-04-20 Thread Frederic Cambus
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/)"))



Re: [NEW] textproc/lua-markdown

2016-04-04 Thread Florian Stinglmayr
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?

Regards,
Florian



Re: [NEW] textproc/lua-markdown

2016-03-26 Thread Adam Wolk
On Wed, 23 Mar 2016 16:40:14 +0100
Frederic Cambus  wrote:

> Hi ports@,
> 
> Here is another Lua port. As with textproc/lua-lustache I use it
> locally when developing on a Lua codebase and it's also a dependency
> (last one, other required ones are already in the ports tree) for an
> upcoming port.
> 
> From DESCR :
> 
> This is an implementation of the popular text markup language Markdown
> in pure Lua. Markdown can convert documents written in a simple and
> easy to read text format to well-formatted HTML.
> 

Looks great & works me - will gladly import if someone can drop a
second OK.

OK awolk@



Re: [NEW] textproc/lua-markdown

2016-03-24 Thread Florian Stinglmayr
On Wed, Mar 23, 2016 at 04:40:14PM +0100, Frederic Cambus wrote:
> Hi ports@,
>
> Here is another Lua port. As with textproc/lua-lustache I use it locally
> when developing on a Lua codebase and it's also a dependency (last one,
> other required ones are already in the ports tree) for an upcoming port.
>
> From DESCR :
>
> This is an implementation of the popular text markup language Markdown
> in pure Lua. Markdown can convert documents written in a simple and easy
> to read text format to well-formatted HTML.
>

Works well in all flavours and clean and simple port. Although I think I
will personally stick with lunamark which gives a little bit more
functionality.

+1

Florian



[NEW] textproc/lua-markdown

2016-03-23 Thread Frederic Cambus
Hi ports@,

Here is another Lua port. As with textproc/lua-lustache I use it locally
when developing on a Lua codebase and it's also a dependency (last one,
other required ones are already in the ports tree) for an upcoming port.

>From DESCR :

This is an implementation of the popular text markup language Markdown
in pure Lua. Markdown can convert documents written in a simple and easy
to read text format to well-formatted HTML.



lua-markdown.tar.gz
Description: application/tar-gz