Is it possible with CSS(3) to visually/textually highlight line breaks, which were automatically inserted by browsers? Something like ↻ at the end of each wrapped line.
With sourcecode it’s important to see where lines were wrapped, since newlines can be significant. Letting the user scroll horizontally isn’t a good idea either …
As far as I know, there is only way to do this using pure CSS, via the
:first-linepseudo-elementDemo: http://jsfiddle.net/djpTw/
CSS:
The demo is rendered as (black by default, red as "visual indication"):