Slides-0.1.0.7: test/index.html
<head><meta charset="utf-8" /><style>body {
margin: 2cm;
font-family: 'Segoe UI', Arial, freesans, sans-serif;
font-size: 300%;
color: #333;
}
h1 {
border-bottom: solid 1px lightgray;
}
svg {
margin: auto;
display: block;
}
.slide {
page-break-after: always;
}
</style></head><body><div class="slide"><h2>Title</h2><h3>Example</h3></div><div class="slide"><h2>Title</h2><h3>Example</h3><ul><li>These lines will unfold one by one.</li></ul></div><div class="slide"><h2>Title</h2><h3>Example</h3><ul><li>These lines will unfold one by one.</li><li>You can use some markdown in these strings like <i>this</i> or <i>this</i> or <b>this</b> or <b>this</b>.</li></ul></div><div class="slide"><h2>Title</h2><ul><li>This list will be shown in place of the previous title-list-diagram.</li><li>This item will be shown immediately with the last one.</li></ul></div><div class="slide"><h2>Another slide</h2><ul><li>Some text describing stuff.</li><li>More text.</li></ul></div></body>