Home
last modified time | relevance | path

Searched defs:TableSectionRenderer (Results 1 – 3 of 3) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableSectionRenderer.php23 final class TableSectionRenderer implements BlockRendererInterface global() class
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableSectionRenderer.php26 final class TableSectionRenderer implements NodeRendererInterface class
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DTableExtension.php29 use Dokuwiki\Plugin\Commonmark\Extension\Renderer\Block\TableSectionRenderer; alias