Update exampleSite to show slide shortcode content attribute

This commit is contained in:
dzello
2018-07-21 10:55:03 +02:00
parent 836c449d0c
commit e0c548e404
6 changed files with 64 additions and 11 deletions
@@ -6,21 +6,21 @@ weight = 36
## Markdown
Markdown is not processed by Hugo but passed directly through to Reveal.js.
Reveal.js has its own [markdown processor](https://github.com/hakimel/reveal.js#markdown). To use that instead of Hugo, surround a slide with the markdown shortcode.
```
{{</* markdown */>}}
# Hello world!
{{</* /markdown */>}}
```
[See the Reveal.js markdown docs](https://github.com/hakimel/reveal.js#markdown)
---
<!-- .slide: data-background="#FF4081" -->
Reveaj.js Markdown uses HTML comments to change slide properties, like background color.
Reveal.js markdown uses HTML comments to change slide properties, like background color.
```
{{</* markdown */>}}