gitbook-plugin-wrapper

0.0.1 • Public • Published

gitbook-plugin-wrapper

Block plugin which wraps content with a specific tag.

npm travis standard

Install

Add the below to your book.json file, then run gitbook install :

{
  "plugins": ["wrapper"]
}

Usage

You can now provide wraps in various ways using the wrap tag.

{% wrap element='div' className='container' %}
This text will be wrapped with div
{% endwrap %}

The above example will produce this html markdown:

<div class="container">
  <p>This text will be wrapped with div</p>
</div>

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i gitbook-plugin-wrapper

Weekly Downloads

19

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dbachko