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

@@ -2,7 +2,9 @@
The Blockquote extension enables you to use the `<blockquote>` HTML tag in the editor. The Blockquote extension enables you to use the `<blockquote>` HTML tag in the editor.
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |

View File

@@ -6,7 +6,9 @@ The extension will generate the corresponding `<strong>` HTML tags when reading
::: :::
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |

View File

@@ -6,7 +6,9 @@ Its intended to be used with the `ListItem` extension.
::: :::
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |

View File

@@ -2,7 +2,9 @@
The Code extensions enables you to use the `<code>` HTML tag in the editor. If you paste in text with `<code>` tags it will rendered accordingly. The Code extensions enables you to use the `<code>` HTML tag in the editor. If you paste in text with `<code>` tags it will rendered accordingly.
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |

View File

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

View File

@@ -2,7 +2,9 @@
Enables you to use the `<hr>` HTML tag in the editor. Enables you to use the `<hr>` HTML tag in the editor.
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |

View File

@@ -6,7 +6,9 @@ The extension will generate the corresponding `<em>` HTML tags when reading cont
::: :::
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |

View File

@@ -3,5 +3,6 @@ Enables you to use the `<a>` HTML tag in the editor.
## Options ## Options
| Option | Type | Default | Description | | Option | Type | Default | Description |
| ------ | ---- | ---- | ----- | | ------ | ---- | ------- | ----------- |
| openOnClick | Boolean | true | Specifies if links will be opened on click. | | class | string | | Add a custom class to the rendered HTML tag. |
| openOnClick | Boolean | true | Specifies if links will be opened on click. |

View File

@@ -3,4 +3,9 @@ Enables you to use the `<li>` HTML tag in the editor.
::: warning Restrictions ::: warning Restrictions
This extensions is intended to be used with the `BulletList` or `OrderedList` extension. 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. |

View File

@@ -6,7 +6,9 @@ This extensions is intended to be used with the `ListItem` extension.
::: :::
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |

View File

@@ -2,7 +2,9 @@
Enables you to use paragraphs in the editor. Enables you to use paragraphs in the editor.
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
*None* *None*

View File

@@ -2,7 +2,9 @@
Enables you to use the `<s>` HTML tag in the editor. Enables you to use the `<s>` HTML tag in the editor.
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |

View File

@@ -7,7 +7,7 @@ This extensions is intended to be used with the `TodoList` extension.
## Options ## Options
| Option | Type | Default | Description | | Option | Type | Default | Description |
| ------ | ---- | ---- | ----- | | ------ | ---- | ------- | ----------- |
| nested | Boolean | false | Specifies if you can nest todo lists. | | nested | Boolean | false | Specifies if you can nest todo lists. |
## Commands ## Commands

View File

@@ -2,7 +2,9 @@
Enables you to use the `<u>` HTML tag in the editor. Enables you to use the `<u>` HTML tag in the editor.
## Options ## Options
*None* | Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| class | string | | Add a custom class to the rendered HTML tag. |
## Commands ## Commands
| Command | Options | Description | | Command | Options | Description |