aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-09 09:40:53 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-09 09:40:53 +0100
commitddd13ee9cfa8d42b5202f1ce34cd00b5029b3279 (patch)
tree0e858fe4ae8c97eb5dbe022c68678f7c741cb2f4 /plugin
parent3f95a21009b2893d4a320f2ed7c75da685c6c54f (diff)
downloadfosdem-2021-minimalism-presentation-ddd13ee9cfa8d42b5202f1ce34cd00b5029b3279.tar
fosdem-2021-minimalism-presentation-ddd13ee9cfa8d42b5202f1ce34cd00b5029b3279.tar.gz
remove code slide from example
Diffstat (limited to 'plugin')
-rw-r--r--plugin/markdown/example.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html
index 68609da..7a84f86 100644
--- a/plugin/markdown/example.html
+++ b/plugin/markdown/example.html
@@ -18,17 +18,6 @@
<div class="slides">
- <section data-markdown>
- ```php
- public function foo()
- {
- $foo = array(
- 'bar' => 'bar'
- )
- }
- ```
- </section>
-
<!-- Use external markdown resource, separate slides by three newlines; vertical slides by two newlines -->
<section data-markdown="example.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>