== syntax == Trac wiki support deleted text with {{{~~deleted text~~}}} syntax. has been added in MoinMoin 1.5. `--(striked text)--` renders as --(striked text)--. ''but it is not consistent with basic formatting rules. please see below'' Move this to another page: == font coloring == Recently the font sizing feature is added for MoinMoin but it's syntax is not consistent with other syntax like as {{{''italic''}}} or {{{,,subscript,,}}}; '''enclosed using two marks'''. One can suggest simply {{{++bigger++}}} or {{{--smaller--}}} but it is not suitable for more than one. etc. I suggest that font styling like as {{''''''{tt font}''''''}}, {{''''''{#990000 red color}''''''}}, {{''''{+2 bigger font}''''''}} and {{''''''{-2 smaller font}''''''}}. I don't think we implement that, at least not now. -- ThomasWaldmann <> Moreover, for more cosistent syntax for {{{^super script^}}}, I suggest {{{^^super script^^}}} syntax. ^super script^ ^^super script new^^ This sounds very reasonable, we should implement it. -- ThomasWaldmann <> and ~~deleted text~~ (supported by Trac) is good than {{{--(deleted text)--}}} --AnonymousDoner ---- from http://docutils.sourceforge.net/docs/user/rst/quickstart.txt I think it is very instinctive list syntax in the rst formatting rule than current moinmoin syntax. {{{ A. upper-case letters and it goes over many lines with two paragraphs and all! }}} Currently moinmoin support the following syntax partially for "*" {{{ A. upper-case letters and it goes over many lines with two paragraphs and all! }}} I think It is not very hard to support both above two. --AnonymousDoner ---- CategoryFeatureImplemented