Quote Widget
This widget can be used as an alternative to the Blockquote Plugin. It allows to wrap a blockquote element within a figure element with the CSS class quote and to add a caption in order to "clearly relate a quote to its attribution" (see WHATWG).
So the resulting HTML will be
<figure class="quote>
<blockquote>
...
</blockquote>
<figcaption>
...
</figcaption>
</figure>
If the caption is empty, the blockquote element will be unwrapped, so the resulting HTML will just be
<blockquote>
...
</blockquote>
Demo
Screenshots
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 2.10 |
||||
Technical release |