['listblock', 'table', 'quote', 'hr'], // some mode are allowed inside the base mode only 'baseonly' => ['header'], // modes for styling text -- footnote behaves similar to styling 'formatting' => [ 'strong', 'emphasis', 'underline', 'monospace', 'subscript', 'superscript', 'deleted', 'footnote' ], // modes where the token is simply replaced - they can not contain any // other modes 'substition' => [ 'acronym', 'smiley', 'wordblock', 'entity', 'camelcaselink', 'internallink', 'media', 'externallink', 'linebreak', 'emaillink', 'windowssharelink', 'filelink', 'notoc', 'nocache', 'multiplyentity', 'quotes', 'rss' ], // modes which have a start and end token but inside which // no other modes should be applied 'protected' => ['preformatted', 'code', 'file'], // inside this mode no wiki markup should be applied but lineendings // and whitespace isn't preserved 'disabled' => ['unformatted'], // used to mark paragraph boundaries 'paragraphs' => ['eol'], ];