1.1.4 • Published 7 years ago
gitbook-plugin-styled-blockquotes v1.1.4
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
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: