- Write slides in HTML
- Use a section
tag with a data-noprocess
attribute to avoid any processing by reveal-hugo.
-
-<section data-noprocess>
- <h1>Hello world!</h1>
-</section>
- 💡 This is useful if you can't get Markdown to output exactly what you want.
-
diff --git a/content/home/shortcodes/section.md b/content/home/shortcodes/section.md
deleted file mode 100644
index 797ba21..0000000
--- a/content/home/shortcodes/section.md
+++ /dev/null
@@ -1,44 +0,0 @@
-+++
-weight = 33
-+++
-
-{{% section %}}
-
-## Section
-
-The `section` shortcode groups slides into a **vertical display**.
-
-