For some time I have become use to using preformatted text for example
<pre>``[ 267.634250] 8<--- cut here ---
[ 267.635983] Unhandled fault: ``[[imprecise external abort]]``
``</pre>
In the tiddlywiki this creates a block with text and the tiddler [[imprecise external abort]] can be accessed whilst special characters like < and > are not processed.
I have recently updated a tiddlywiki and found that the rendering of this now includes a line break before the [[imprecise external abort]]
double line space after as if I had typed
<pre>``[ 267.634250] 8<--- cut here ---
[ 267.635983] Unhandled fault:
``[[imprecise external abort]]``
``</pre>
Not sure how to correct this unwanted paragraph alignment.
This unwanted feature seems to be in v5.3.8 but was not in v5.3.3 so it appears that this change has been introduced between those versions of Tiddlywiki!