Home
last modified time | relevance | path

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

/plugin/prosemirror/
Drenderer.php48 $this->nodestack->addTop($node);
110 $this->nodestack->addTop(new Node('paragraph'));
125 $this->nodestack->addTop(new Node('blockquote'));
146 $this->nodestack->addTop(new Node('bullet_list'));
162 $this->nodestack->addTop(new Node('ordered_list'));
174 $this->nodestack->addTop(new Node('list_item'));
177 $this->nodestack->addTop($paragraphNode);
197 $this->nodestack->addTop(new Node('table'));
209 $this->nodestack->addTop(new Node('table_row'));
261 $this->nodestack->addTop($node);
[all …]
/plugin/prosemirror/schema/
DNodeStack.php70 public function addTop(Node $node) function in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack