New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gitbook-plugin-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-wrapper

Block plugin which wraps content with a specific tag

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

gitbook

FAQs

Package last updated on 12 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts