Every extension

orderedList

Node in starterKit 0.55 kB gzipped

Parses ol · renders ol.

Adding it

import { createEditor, document, paragraph, text, orderedList } from '@matrajs/core'

const editor = createEditor({
  extensions: [document, paragraph, text, orderedList],
  element: document.querySelector('#editor'),
})

There is no separate package · orderedList 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.

Commands

Keys

Attributes

HTML

← All 81 extensions

Edit this page on GitHub