mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
Improve exampleSite presentation
Better flow and more information Plus... emoji!
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
weight = 38
|
||||
+++
|
||||
|
||||
## Note shortcode
|
||||
## Note
|
||||
|
||||
Add speaker notes to your presentation.
|
||||
|
||||
@@ -20,5 +20,10 @@ You found the speaker notes!
|
||||
|
||||
<section data-noprocess>
|
||||
<h2>Pure HTML Slide</h2>
|
||||
<p>Surround slides in a <code>section</code> tag with a <code>data-noprocess</code> attribute to write them in HTML.</p>
|
||||
<p>Surround slides in a <code>section</code> tag with a <code>data-noprocess</code> attribute to write them in pure HTML.</p>
|
||||
<pre>
|
||||
<section data-noprocess>
|
||||
<h1>Hello world!</h1>
|
||||
<section></pre>
|
||||
<small>💡 This is useful if you can't get Markdown to output exactly what you want.</small>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user