Home
last modified time | relevance | path

Searched refs:rendererContext (Results 1 – 4 of 4) sorted by path

/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DGitHubFlavored.php12 protected $rendererContext = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\GitHubFlavored
17 $this->rendererContext = $context;
21 return $rendererContext['dokuwiki_version'];
H A DMarkdownExtra.php12 protected $rendererContext = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\MarkdownExtra
17 $this->rendererContext = $context;
21 return $rendererContext['dokuwiki_version'];
H A DTraditional.php12 protected $rendererContext = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\Traditional
17 $this->rendererContext = $context;
21 return $rendererContext['dokuwiki_version'];
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php100 …is->renderer->header(html_entity_decode($content), $block['level'], $this->rendererContext['pos']);