diff --git a/templates/courses/partials/_course_toc.html b/templates/courses/partials/_course_toc.html index b233a88..9039157 100644 --- a/templates/courses/partials/_course_toc.html +++ b/templates/courses/partials/_course_toc.html @@ -68,7 +68,7 @@ {% endif %}
Ce que l'on voit durant ce cours :
- {{ lesson.content|safe }} + {{ lesson.content|comment_markdown }}

Commentaires