There is lots of new stuff in trunk. We need you to test it to make sure it
does not break your apps.
Here I will just mention two new features:
1) Improved MARKMIN (check out the latest examples in
gluon/contrib/markmin/markmin.html) including nested lists, nested
blockquotes, etc. Thanks to Vladyslav for this.
2) There is a minimalist built-in WIKI. Just do:
def index(): return auth.wiki()
Then use appadmin to create a 'wiki_editor' group and make yourself member.
Yes, that is all. It uses MARKMIN. Use @{index/slug} to insert the ling to
a page by slug. Pros? Cons? Suggestions?
Checking that old apps do not break is more important than checking for new
features.