Add markdown formatting to task-edit title text (#8416)
This commit is contained in:
committed by
Keith Holliday
parent
febf3f0024
commit
69cac7e504
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user