Home
last modified time | relevance | path

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

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableSectionRenderer.php24 use League\CommonMark\Extension\Table\TableSection; alias
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DTableExtension.php27 use League\CommonMark\Extension\Table\TableSection; alias
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableSection.php24 final class TableSection extends AbstractStringContainerBlock implements InlineContainerInterface global() class