Searched refs:rendererContext (Results 1 – 4 of 4) sorted by relevance
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/ | ||
H A D | GitHubFlavored.php | 12 protected $rendererContext = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\GitHubFlavored |
H A D | MarkdownExtra.php | 12 protected $rendererContext = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\MarkdownExtra |
H A D | Traditional.php | 12 protected $rendererContext = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\Traditional |
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/ | ||
H A D | MarkdownRendererTrait.php | 100 …is->renderer->header(html_entity_decode($content), $block['level'], $this->rendererContext['pos']); |