With the help of some sympathetic tiddleurs I tried to build a (REGEX?-) filter that only displays a part of the tiddler
This works
<$let splitteR="<<pic" numbeR="2" currentTiddler="Charles Baudelaire">
<$list filter="[<currentTiddler>get[text]] +[splitregexp<splitteR>first<numbeR>join<splitteR>]" >
<div style="display:block">{{!!title}}</div>
</$list>
</$let>
but seems to eat the \n characters and thus destroys the formating.
Is there a way to avoid this.
PS: I uploaded this testset.json (2.3 KB) to try it out.