From 0a1bcdf999d10d20ecf189432c4ae920f89b7f0b Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 27 Apr 2020 10:45:57 +0200 Subject: move markdown example from /plugins to /examples --- examples/markdown.html | 131 +++++++++++++++++++++++++++++++++++++++++++++++++ examples/markdown.md | 36 ++++++++++++++ 2 files changed, 167 insertions(+) create mode 100644 examples/markdown.html create mode 100644 examples/markdown.md (limited to 'examples') diff --git a/examples/markdown.html b/examples/markdown.html new file mode 100644 index 0000000..a91a6c0 --- /dev/null +++ b/examples/markdown.html @@ -0,0 +1,131 @@ + + + + + + + reveal.js - Markdown Example + + + + + + + + + +
+ +
+ + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+ + + + + + + + + + diff --git a/examples/markdown.md b/examples/markdown.md new file mode 100644 index 0000000..89c7534 --- /dev/null +++ b/examples/markdown.md @@ -0,0 +1,36 @@ +# Markdown Demo + + + +## External 1.1 + +Content 1.1 + +Note: This will only appear in the speaker notes window. + + +## External 1.2 + +Content 1.2 + + + +## External 2 + +Content 2.1 + + + +## External 3.1 + +Content 3.1 + + +## External 3.2 + +Content 3.2 + + +## External 3.3 + +![External Image](https://s3.amazonaws.com/static.slid.es/logo/v2/slides-symbol-512x512.png) -- cgit v1.2.3