Merge pull request #92 from swcarpentry/twitwi-patch-1
[rnaseq-cwl-training.git] / _includes / episode_overview.html
index f4a5a7ccb0ae1182554db7a86322768251b05ad3..5165ca104a3d9815439bdf686577abd5e2145019 100644 (file)
@@ -7,14 +7,14 @@
   <div class="row">
     <div class="col-md-3">
       <strong>Teaching:</strong> {{ page.teaching }} min
-      </br>
+      <br/>
       <strong>Exercises:</strong> {{ page.exercises }} min
     </div>
     <div class="col-md-9">
       <strong>Questions</strong>
       <ul>
        {% for question in page.questions %}
-       <li>{{ question }}</li>
+       <li>{{ question|markdownify }}</li>
        {% endfor %}
       </ul>
     </div>
@@ -27,7 +27,7 @@
       <strong>Objectives</strong>
       <ul>
        {% for objective in page.objectives %}
-       <li>{{ objective }}</li>
+       <li>{{ objective|markdownify }}</li>
        {% endfor %}
       </ul>
     </div>