Every extension
tableRow
Parses tr · renders tr.
Adding it
import { createEditor, document, paragraph, text, tableRow } from '@matrajs/core'
const editor = createEditor({
extensions: [document, paragraph, text, tableRow],
element: document.querySelector('#editor'),
})
There is no separate package · tableRow is already in @matrajs/core, and an extension you do not import is not in your bundle. document, paragraph and text are the floor every document needs.
HTML
-
Parses
tr -
Renders
tr