I'm watching on some light markup languages that can be used in Python
- what they can and what they can't do. I'm planning to use one in a
"sandbox" on my sites and more or less in other apps with some extra
plugins.

Markdown:
+ simple, easy to understand
+ there is showdown - markdown in JS so online preview :) (http://
www.attacklab.net/showdown-gui.html)
- limited syntax (no tables)
- hard to extend

ReST:
+ powerfull syntax
+ rather easy to extend
- not so obvious syntax in some places
- errors on bad syntax

Textile:
+ powerfull syntax
+ looks quite good
? never used it,
? are there some extras ?

Currently I'm on Markdown + my template filter on top of it buy maybe
it's better to use python-born ReST? What are your experiences with
them?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to