Skip to content

jim-moody/gitbook-plugin-styled-blockquotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😄

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:

Releases

No releases published

Packages

No packages published