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
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!
thanks… that worked for me! Perhaps there is a better way to achieve the style that I would like?
<pre>``this is an example <br> with a link to the tiddler ``[[ToDo]]`` in the preformatted <table> text
which gets more difficult with multiple
lines variable
of variable length
``</pre>
I was only going to provide some general guidance for how to identify the source of the problem by first attempting to reproduce it in previous versions of TiddlyWiki; but, you’ve already identified the cause and provided a workaround, so that isn’t necessary for this specific issue.
the problem comes with transcluding the tiddler in another tiddler… when you do that all the line feeds you enter disappear and you end up with a blob of text…
also the [[ToDo]] tends to stand out as different to the rest of the text… but its definitely an option!
But perhaps I can use this to my advantage and transclude just the preformatted text from a different tiddler… I will experiment.
@EricShulman I was investigating the cause with firefox web developer tools and comparing the two renderings and found the additional display: block; and was experimenting with that when you answered!
great suggestion… <$transclude $tiddler="..." $mode=block/> allows me to transclude tables. In inline mode the tables do not get rendered so you get | table | test | rather than a table or # one # two for a list rather than a numbered list.