gitbook-plugin-revealjs
v1.1.2
Published
ZingChart plugin for Reveal JS
Downloads
14
Readme
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.