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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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