1.1.3 • Published 7 years ago

gitbook-plugin-accordion v1.1.3

Weekly downloads
229
License
The MIT License
Repository
github
Last release
7 years ago

gitbook-plugin-accordion

npm

Example

https://artalar.github.io/gitbook-plugin-accordion/

Usage

In GitBook editor (or any else):

%accordion%Some title here%accordion%

Any content here

%/accordion%

that`s all! But each tag should be in one paragraph

similarly you can include accordion in accordion (like content)

IE11+ (flexboxes)

Install

Update book.json, like:

{
  "gitbook": "3.2.2",
  "title": "Cool book",
  "plugins": ["accordion"]
}

Then run

gibook install 

That`s all, see Usage