Add markdown formatting to task-edit title text (#8416)

This commit is contained in:
Declan Ramsay
2017-01-18 10:49:16 +13:00
committed by Keith Holliday
parent febf3f0024
commit 69cac7e504
+2 -1
View File
@@ -7,7 +7,8 @@ div(ng-if='task._editing')
br
h2#task-edit-title {{task._edit.text}}
h2#task-edit-title
markdown(text="task._edit.text")
// Broken Challenge
.well(ng-if='task.challenge.broken')