fix markdown example

This commit is contained in:
Hakim El Hattab
2020-03-09 09:33:27 +01:00
parent 49bb498d9d
commit 3f95a21009
4 changed files with 18 additions and 7 deletions

View File

@ -6,8 +6,8 @@
<title>reveal.js - Markdown Demo</title>
<link rel="stylesheet" href="../../css/reveal.css">
<link rel="stylesheet" href="../../css/theme/white.css" id="theme">
<link rel="stylesheet" href="../../dist/reveal.css">
<link rel="stylesheet" href="../../dist/theme/white.css" id="theme">
<link rel="stylesheet" href="../../lib/css/monokai.css">
</head>
@ -18,6 +18,17 @@
<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>
@ -109,7 +120,7 @@
</div>
</div>
<script src="../../js/reveal.js"></script>
<script src="../../dist/reveal.min.js"></script>
<script>