I have long text. For example:
<td>
"GATEWAY_INTERFACE: CGI/1.1
SERVER_PROTOCOL: HTTP/1.1
REQUEST_METHOD: POST
QUERY_STRING:
REQUEST_URI: /
SCRIPT_NAME:
"</td>
When displayed, it all merges into a single row in the cell, without hyphenation where there is \n
I need that when displayed inside the tag, the lines are transferred without any additional tags.
Is possible?
` as linebreak? Otherwise word-wrap but then it break at a specific width not necessarly at every single list item (which as such is not tabular data anyways). – tacoshy Apr 09 '21 at 10:31