Skip to content
Snippets Groups Projects
Commit 6fdc851e authored by François Michonneau's avatar François Michonneau
Browse files

add new line after list

otherwise, during the html conversion the ul and li tags are not placed where
they need to go.
parent 0cda5dd0
Branches
Tags
No related merge requests found
......@@ -26,6 +26,7 @@
<section class="slide">
<h2 id="why-topic">Why Topic?</h2>
</section>
<section class="slide">
<h2 id="more-explanation">More Explanation</h2>
<ul>
......@@ -34,6 +35,7 @@
<li>Points</li>
</ul>
</section>
<section class="slide">
<h2 id="next-steps">Next Steps</h2>
Here we go!
......
......@@ -13,6 +13,7 @@ subtitle: Motivation
* With
* Bullet
* Points
</section>
<section class="slide">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment