add the custom class option to all extensions that generate HTML tags

This commit is contained in:
Hans Pagel
2020-09-09 16:15:22 +02:00
parent 0efab21338
commit 9244c3e912
14 changed files with 42 additions and 15 deletions

View File

@@ -3,4 +3,9 @@ Enables you to use the `<li>` HTML tag in the editor.
::: warning Restrictions
This extensions is intended to be used with the `BulletList` or `OrderedList` extension.
:::
:::
## Options
| Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |