mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 03:02:24 +00:00
add markdown support for task.text so we can use icons in task
titles. @wc8 does this satisfy https://trello.com/c/FCVdjdUd/102-task-reward-icons sufficiently? @lemoness
This commit is contained in:
parent
b4ff7d4be4
commit
585f736305
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ li(bindonce='list', ng-repeat='task in obj[list.type+"s"] | completedFilter: lis
|
|||
label(for='box-{{obj._id}}_{{task.id}}')
|
||||
// main content
|
||||
p.task-text
|
||||
| {{task.text}}
|
||||
markdown(ng-model='task.text',target='_blank')
|
||||
|
||||
// edit/options dialog
|
||||
div(ng-if='task._editing')
|
||||
|
|
|
|||
Loading…
Reference in a new issue