Determine how to display multi-line requests #7
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/myPrayerJournal#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
CSS to the rescue - specifically
white-space: pre-line
. This will be part of the 0.8.2 release.Fixed in v0.8.2