1.1.2 • Published 9 years ago

gitbook-plugin-revealjs v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

RevealJS integration for GitBook - NOT READY FOR PUBLIC CONSUMPTION

1. You can use install it via NPM and save it to package.json:

$ npm install gitbook-plugin-revealjs --save

2. add the plugin to book.json config

{
    "plugins": [ "revealjs"]
}

3. Include section blocks exactly as you would use in reveal.js into the markdown code and they will be used to create the slide files.

They will be stripped out for the generated gitbook page

<section data-markdown>
<script type="text/template" >
#### Element-Specific Attributes
* `low` This attribute holds a float value that indicates the low range of the measurement.
* `max` This attribute holds a float value that indicates the maximum range of the measurement.
* `min` This attribute holds a float value that indicates the minimum range of the measurement.
* `optimum` This attribute holds a float value that indicates the optimum range of the measurement.
* `value` This attribute holds a float value that indicates the current value of the measurement.
</script>
</section>

License

MIT License

© 2016 ZingChart, Inc.

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago