mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #74] Preserve whitespaces in messages #56
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#56
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @AlexeyKupershtokh on GitHub (May 21, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/74
I use log.io along with a project that uses pretty printing for objects/arrays in node.js. Log.io currently loses intents for these lines. To preserve them I would something like additional css property
white-space:prebut this can prevent long lines from wrapping. Any ideas?@msmathers commented on GitHub (Jan 16, 2020):
v0.4x has a completely rewritten UI component, now messages are rendered with a
white-space: pre-wrap;style, which should address your issue.