Home
last modified time | relevance | path

Searched refs:formatting (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php13 protected $formatting = [ variable in dokuwiki\\Parsing\\ParserMode\\Formatting
59 if (!array_key_exists($type, $this->formatting)) {
60 trigger_error('Invalid formatting type ' . $type, E_USER_WARNING);
65 // formatting may contain other formatting but not it self
66 $modes = $PARSER_MODES['formatting'];
83 // Can't nest formatting in itself
89 $this->formatting[$this->type]['entry'],
100 $this->formatting[$this->type]['exit'],
108 return $this->formatting[
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt103 Please note: The image formatting is the only formatting syntax accepted in link names.
327 As you can see, it's the cell separator before a cell which decides about the formatting:
366 If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
369 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
374 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.