theunraveler / taskwarrior-web

A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.
http://theunraveler.github.com/taskwarrior-web
MIT License
526 stars 63 forks source link

Linebreaks are swallowed in annotations #116

Open dniku opened 5 years ago

dniku commented 5 years ago
$ task add taskwarrior-web issue demonstration
Created task 3.
$ task 3 annotate 'first line
     second line
     third line'
Annotating task 3 'taskwarrior-web issue demonstration'.
Annotated 1 task.
$ task
[task next]

ID Age Project   Tag  Description
...
3 24s                taskwarrior-web issue demonstration                         0.8
                        2018-09-10 first line
                      second line
                      third line

Note how task renders linebreaks correctly. Unfortunately, taskwarrior-web doesn't:

image