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>

/remark-custom-blockquotes/

    Package Sidebar

    Install

    npm i remark-custom-blockquotes

    Weekly Downloads

    11

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    2.49 kB

    Total Files

    4

    Last publish

    Collaborators

    • montogeek