<table>
<$list filter="[tag[Agency Transition Wizard]]">
<tr>
<td>
<$view field="title"/>
</td>
<td>
{{ <$view field="title" /> }}
</td>
</tr>
</$list>
</table>Use this
<table>
<$list filter="[tag[Agency Transition Wizard]]">
<tr>
<td>
<$view field="title"/>
</td>
<td>
<$transclude tiddler=<<currentTiddler>>/>
</td>
</tr>
</$list>
</table>
You could use <$view field='text'/> as well, but transclude will preserve formatting.