mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 09:52:20 +00:00
Merge pull request #3984 from negue/checklist_markdown
Markdown for Checklist Items
This commit is contained in:
commit
8961ac6198
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ li(bindonce='list', bo-id='"task-"+task.id', ng-repeat='task in obj[list.type+"s
|
|||
fieldset.option-group
|
||||
label.checkbox(ng-repeat='item in task.checklist')
|
||||
input(type='checkbox',ng-model='item.completed',ng-change='saveTask(task,true)')
|
||||
| {{item.text}}
|
||||
markdown(ng-model='item.text',target='_blank')
|
||||
|
||||
// edit/options dialog
|
||||
div(ng-if='task._editing')
|
||||
|
|
|
|||
Loading…
Reference in a new issue