My `ContactInformation' tiddler contains:
<$list filter="[contains:participants<currentTiddler>!sort[on]]">
<$link /><br>
{{!!text}}<br><hr><br>
</$list>
My 'KG More1' tiddler's participants field contains [[King George]] and its text contains:
* Item 1
* Item 2
My 'KG More2' tiddler's participants field contains [[King George]] and its text contains:
Some large block of text
My 'King George' tiddler contains:
{{||ContactInformation}}
The wikitex formatting in 'KG More1' is lost when transcluded.
How do I ensure that it is preserved?