Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Dzielak <dzello@users.noreply.github.com>2020-04-23 02:46:56 +0300
committerGitHub <noreply@github.com>2020-04-23 02:46:56 +0300
commit92bcef7bfad85668f42b4f72844a259e00d56a3e (patch)
tree1c98b8536e79a0504b9719a371bb584374749c33
parent86eace86b31e0e2725a9e6bc3c2c635fbd1969a0 (diff)
parentdc82a469695b6c74342e96ee2aaf165f3e857e14 (diff)
Merge pull request #85 from Flupkees/patch-1
Added closing section tag so people can copy/paste
-rw-r--r--exampleSite/content/home/shortcodes/other.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/home/shortcodes/other.md b/exampleSite/content/home/shortcodes/other.md
index 585c05a..fda5276 100644
--- a/exampleSite/content/home/shortcodes/other.md
+++ b/exampleSite/content/home/shortcodes/other.md
@@ -44,6 +44,6 @@ You can also add notes with the `slide` shortcode and `notes` attribute:
<pre>
&lt;section data-noprocess&gt;
&lt;h1&gt;Hello world!&lt;/h1&gt;
-&lt;section&gt;</pre>
+&lt;/section&gt;</pre>
<small>💡 This is useful if you can't get Markdown to output exactly what you want.</small>
</section>