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

gitbook-plugin-hints

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-hints

Defines four types of styled hint blocks: info, danger, tip, working.

  • 4.0.0-alpha.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
614
increased by0.99%
Maintainers
5
Weekly downloads
 
Created
Source

Styled hint blocks in your docs

This plugins requires gitbook >=4.0.0.

Install

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

{
    "plugins": ["hints"]
}

Usage

You can now provide hints in various ways using the hint tag.

{% hint style='info' %}
Important info: this note needs to be highlighted
{% endhint %}
Styles

Available styles are:

  • info (default)
  • tip
  • danger
  • warning
Custom Icons
{% hint style='info' icon="mail" %}
Important info: this note needs to be highlighted
{% endhint %}

FAQs

Package last updated on 09 Mar 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

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