remark-custom-blockquotes

1.0.1 • Public • Published

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>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    4
  • 1.0.0
    22

Package Sidebar

Install

npm i remark-custom-blockquotes

Weekly Downloads

7

Version

1.0.1

License

MIT

Unpacked Size

2.49 kB

Total Files

4

Last publish

Collaborators

  • montogeek