format tweaks markdown.js, remove extra image asset
This commit is contained in:
parent
6cf5269bfc
commit
d844195be1
3 changed files with 22 additions and 20 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
|
@ -22,9 +22,7 @@
|
|||
<!-- <section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n"></section> -->
|
||||
|
||||
<!-- Slides are separated by newline + three dashes + newline, vertical slides identical but two dashes -->
|
||||
<section data-markdown data-separator="^\n---\n$"
|
||||
data-vertical="^\n--\n$"
|
||||
data-element-attributes="{_\s*?([^}]+?)}">
|
||||
<section data-markdown data-separator="^\n---\n$" data-vertical="^\n--\n$">
|
||||
<script type="text/template">
|
||||
## Slide 1.1 {_class="fragment fade-out" data-fragment-index="1"}
|
||||
|
||||
|
@ -60,10 +58,10 @@
|
|||
- list item 3 {_class="fragment highlight-green"}
|
||||
- list item 4 {_class="fragment highlight-green"}
|
||||
- list item 5 {_class="fragment highlight-green"}
|
||||
|
||||
Test
|
||||
|
||||

|
||||
|
||||
Test
|
||||
|
||||

|
||||
|
||||
</script>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue