improve the bullet list page

This commit is contained in:
Hans Pagel
2020-09-15 17:26:42 +02:00
parent 53a3a94a50
commit 2342d4a2ab

View File

@@ -1,8 +1,10 @@
# BulletList # BulletList
This extension enables you to use the `<ul>` HTML tag in the editor. This extension enables you to use bullet lists in the editor. They are rendered as `<ul>` HTML tags,
::: warning Restrictions Type `* `, `- ` or `+ ` at the beginning of a new line and it will be magically transformed to a bullet list.
Its intended to be used with the `ListItem` extension.
::: warning Use with ListItem
The `BulletList` extension is intended to be used with the [`ListItem`](/api/extensions/list-item) extension. Make sure to import that one too, otherwise youll get a SyntaxError.
::: :::
## Options ## Options