output:
hello How are you
code:
hello
How are you
Ho
The "\a" command in CSS generates a carriage return. This is CSS, not HTML, so it shall be closer to what you want: no extra markup.
In a blockquote, the example below displays both the title and the source link and separate the two with a carriage return ("\a"
):
blockquote[title][cite]:after {
content:attr(title)"\a"attr(cite)
}