About
Formatting Blockquote is an HTML format for creating quotation elements - (Demo).
Specification
Configuration
Description
icon-color
formatting
By default, the system will process all BLOCKQUOTE elements that placed at supported sections (see data Specification).
By setting the value to no in this configuration, the corresponding BLOCKQUOTE elements will not be processed with formatting (they will use the browser's default style).
Usage
-
Using the BLOCKQUOTE element
<blockquote>Content</blockquote>Content
-
Using other elements
Styles can also be applied to other HTML elements by
adding the w-blockquote class to desired element.
<div class='w-blockquote'>Content</div>Content
-
Adding Configuration
Add the desired configuration by including the attribute
data-configuration-name='Value'
to the BLOCKQUOTE element or to an element with the class w-blockquote.
Example of adding configuration:<blockquote data-icon='idea'> Content </blockquote>Content