We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95896fc commit 15b1914Copy full SHA for 15b1914
1 file changed
README.md
@@ -164,6 +164,10 @@ Currently supported options are listed below:
164
165
Whether the caption should be on the top of the element.
166
167
+* `id_caption`:
168
+
169
+ Add an id to the element.
170
171
The default values for each type of content is synthesised in the following table:
172
173
| Config | Image | Table | Other |
@@ -174,6 +178,7 @@ The default values for each type of content is synthesised in the following tabl
174
178
| `caption_class` | - | - | - |
175
179
| `caption_prefix_class` | - | - | - |
176
180
| `caption_top` | False | True | True |
181
+| `caption_id` | True | True | True |
177
182
183
## Why?
184
0 commit comments