Determine how to display multi-line requests #7

Closed
opened 2017-09-26 03:02:48 +00:00 by danieljsummers · 2 comments
danieljsummers commented 2017-09-26 03:02:48 +00:00 (Migrated from github.com)

The text needs to be HTML-encoded (which Vue does); the newline characters need to be converted to br tags that are not encoded. Currently, the br tags are showing.

The text needs to be HTML-encoded (which Vue does); the newline characters need to be converted to br tags that are not encoded. Currently, the br tags are showing.
danieljsummers commented 2017-09-30 17:38:18 +00:00 (Migrated from github.com)

CSS to the rescue - specifically white-space: pre-line. This will be part of the 0.8.2 release.

CSS to the rescue - specifically `white-space: pre-line`. This will be part of the 0.8.2 release.
danieljsummers commented 2017-10-01 21:20:29 +00:00 (Migrated from github.com)

Fixed in v0.8.2

Fixed in v0.8.2
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bit-badger/myPrayerJournal#7
No description provided.