From: Chris Rebert on
On Mon, Jul 5, 2010 at 4:56 PM, Massimo Di Pierro
<mdipierro(a)cs.depaul.edu> wrote:
> Markmin is a wiki markup language
> implemented in less than 100 lines of code (one file, no dependencies)
> easy to read
> secure
> support table, ul, ol, code
> support html5 video and audio elements
> can align images and resize them
> CSS friendly (can specify class for tables and code elements)
> can add anchors anywhere
> does not use _ for markup (since it creates odd behavior)
> automatically links urls
> fast
> with tests

Okay, but where can it be downloaded from? You didn't include a link.

Cheers,
Chris
From: Vlastimil Brom on
2010/7/6 Chris Rebert <clp2(a)rebertia.com>:
> On Mon, Jul 5, 2010 at 4:56 PM, Massimo Di Pierro
> <mdipierro(a)cs.depaul.edu> wrote:
>> Markmin is a wiki markup language
>> implemented in less than 100 lines of code (one file, no dependencies)
>> easy to read
>> secure
>> ...
>
> Okay, but where can it be downloaded from? You didn't include a link.
>
> Cheers,
> Chris
> --
> http://mail.python.org/mailman/listinfo/python-list
>

It looks like
http://www.web2py.com/examples/static/markmin.html

vbr