Mercurial > moin > 1.9
changeset 3468:ab35449c4708
merged main
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Fri, 04 Apr 2008 23:11:07 +0200 |
parents | d62fd466d810 (current diff) badae7a72b0a (diff) |
children | 94a6f5fbf8b7 |
files | |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Fri Apr 04 23:09:44 2008 +0200 +++ b/MoinMoin/config/multiconfig.py Fri Apr 04 23:11:07 2008 +0200 @@ -311,6 +311,17 @@ (!) For more help, see the [[http://docutils.sourceforge.net/docs/user/rst/quickref.html|reStructuredText Quick Reference]]. """), + 'creole': _(u"""\ + Emphasis:: <<Verbatim(//)>>''italics''<<Verbatim(//)>>; <<Verbatim(**)>>'''bold'''<<Verbatim(**)>>; <<Verbatim(**//)>>'''''bold italics'''''<<Verbatim(//**)>>; <<Verbatim(//)>>''mixed ''<<Verbatim(**)>>'''''bold'''<<Verbatim(**)>> and italics''<<Verbatim(//)>>; + Horizontal Rule:: <<Verbatim(----)>> + Force Linebreak:: <<Verbatim(\\\\)>> + Headings:: = Title 1 =; == Title 2 ==; === Title 3 ===; ==== Title 4 ====; ===== Title 5 =====. + Lists:: * bullets; ** sub-bullets; # numbered items; ## numbered sub items. + Links:: <<Verbatim([[target]])>>; <<Verbatim([[target|linktext]])>>. + Tables:: |= header text | cell text | more cell text |; + +(!) For more help, see HelpOnEditing or HelpOnCreoleSyntax. +"""), } edit_locking = 'warn 10' # None, 'warn <timeout mins>', 'lock <timeout mins>' edit_ticketing = True