mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 22:13:31 +02:00
Add shortcodes for customizing slides, markdown, HTML
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
+++
|
||||
weight = 36
|
||||
+++
|
||||
|
||||
{{< markdown >}}
|
||||
|
||||
## Markdown Shortcode
|
||||
|
||||
This markdown is not processed by Hugo, but by Reveal.js itself.
|
||||
|
||||
---
|
||||
|
||||
## Markdown Shortcode
|
||||
|
||||
Many handy slide shortcuts and customizations are possible.
|
||||
|
||||
[See them all](https://github.com/hakimel/reveal.js#markdown)
|
||||
|
||||
---
|
||||
|
||||
<!-- .slide: data-background="blue" -->
|
||||
|
||||
For example, an HTML comment can change the background color of a slide.
|
||||
|
||||
```
|
||||
<!-- .slide: data-background="blue" -->
|
||||
```
|
||||
|
||||
{{< /markdown >}}
|
||||
|
||||
Reference in New Issue
Block a user