1.1.4 • Published 7 years ago

gitbook-plugin-styled-blockquotes v1.1.4

Weekly downloads
114
License
-
Repository
github
Last release
7 years ago

Styled hint blocks in your docs

Check out our Examples to see exactly what this plugin provides!

Installation

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

{
  "plugins": ["styled-blockquotes"]
}

Usage

It is highly recommended that you check out our Examples gitbook to see clear examples of how to use this plugin. If you really don't want to click on that link, you can check out this basic example below :smile:

Markdown

> **info**
> Content goes here

Rendered HTML Example Markdown

Note: Replace "info-icon" with any of the available styles to change the style (case does not matter)

Available Styles

  • info
  • tip
  • danger
  • success

Append no-icon to add the styling without the icon

Acknowledgements

This project borrowed heavily from the following plugins:

1.1.4

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago