From db96ae64bac562941ed2ef6175e916918ee4b05c Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Tue, 2 Jan 2018 18:54:23 +0000 Subject: [PATCH] - support markdown in question comments --- BUGS.md | 1 + templates/review-question.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) }}

-- libgit2 0.21.2