Improve exampleSite presentation

Better flow and more information

Plus... emoji!
This commit is contained in:
dzello
2018-07-19 16:49:24 +02:00
parent ad403c9682
commit faadedd499
11 changed files with 161 additions and 106 deletions
+7 -2
View File
@@ -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>
&lt;section data-noprocess&gt;
&lt;h1&gt;Hello world!&lt;/h1&gt;
&lt;section&gt;</pre>
<small>💡 This is useful if you can't get Markdown to output exactly what you want.</small>
</section>