diff --git a/BUGS.md b/BUGS.md index a73b100..52699cf 100644 --- a/BUGS.md +++ b/BUGS.md @@ -1,6 +1,7 @@ # BUGS +- md_to_html() nao usa o segundo argumento q. pode retirar-se dos templates? - eventos unfocus? - servidor nao esta a lidar com eventos scroll/resize. ignorar? diff --git a/templates/review-question.html b/templates/review-question.html index 83f9e50..1e942e6 100644 --- a/templates/review-question.html +++ b/templates/review-question.html @@ -82,7 +82,7 @@
{{ round(q['grade'] * q['points'], 2) }} pontos
- {{ q['comments'] }}
+ {{ md(q['comments'], q) }}