Files
tiptap/docs/src/docPages/api/extensions/bullet-list.md
2020-09-15 16:50:54 +02:00

842 B
Raw Blame History

BulletList

This extension enables you to use the <ul> HTML tag in the editor.

::: warning Restrictions Its intended to be used with the ListItem extension. :::

Options

Option Type Default Description
class string Add a custom class to the rendered HTML tag.

Commands

Command Options Description
bullet_list Toggle a bullet list.

Keyboard shortcuts

  • Control + Shift + 8

Source Code

packages/extension-bullet-list/

Usage