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,7 +3,8 @@ Enables you to use headline HTML tags in the editor.
## Options
| Option | Type | Default | Description |
| ------ | ---- | ---- | ----- |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
| levels | Array | [1, 2, 3, 4, 5, 6] | Specifies which headlines are supported. |
## Commands