remark-custom-blockquotes
v1.0.1
Published
Encapsulates a blockquote with a defined classname.
Downloads
5
Readme
remark-custom-blockquotes
Encapsulates a blockquote with a defined classname.
Options
mapping
(required) Object
{
'T>': 'tip',
'W>': 'warning',
'?>': 'todo'
}
Example
Given
T> My blockquote text.
It will output
<blockquote class="tip">
<p>My blockquote text</p>
</blockquote>