New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-bootstrap-callout2

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-bootstrap-callout2

Transform quotes into Bootstrap like callouts in your Gitbook

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

Gitbook Callout Plugin npm version

This plugin creates Bootstrap like callouts for your GitBook. All three GitBook themes (White, Sepia, Night) are supported. This project took heavy inspiration from https://github.com/gubler/gitbook-plugin-callouts.

Usage

Installation

Add the plugin to your book.json:

{
	"plugins" : [ "bootstrap-callout" ]
}		

Create callouts

Callouts are an extension of markdown blockquotes. All callouts must start with a h4 header, the callout type, and a title. The format for this is:

For Markdown:

> #### type::Title
>
> Content

Supported callouts are:

  • > #### primary::Title
  • > #### success::Title
  • > #### danger::Title
  • > #### warning::Title
  • > #### info::Title

If you leave out the type a default callout is used.

> #### Title
>
> Content

Callouts are case-insensitive.

Screenshots

The callouts in action (White theme):

Screenshots

Changelog

  • 0.1.0 Releases:
    • 0.1.0 First release
    • 0.1.1 Some text changes

FAQs

Package last updated on 14 Dec 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc