1.1.1 • Published 10 years ago

gitbook-plugin-blurbs v1.1.1

Weekly downloads
187
License
MIT
Repository
github
Last release
10 years ago

GitBook Blurbs plugin

This Gitbook plugin improves the hints plugin, which seems inactive. This plugin supports parsing enclosed markdown text in the blurb.

Install

Add following to book.json.

{
    "plugins": ["blurbs"]
}

Usage

Markdown/Asciidoc content is parsed.

{% blurb style='tip', title='Important notice' %}
Render this link: [Google](https://google.com)
{% endblurb %}

Support arguments:

  • style - info(default), tip, danger, warning, danger, help, build.
  • type - markdown(default) or asciidoc.
  • title - Title of the blurb.

Icons

Icons used in this plugin are taken from Material icons. These icons are licensed under Apache v2, see git repo.

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago