I need to implement breadcrumbs in a paint layout, not a design. I have found %asset_lineage_linked%. However, I need to mark up the breadcrumbs as a list. I have tried to achieve this with a modifier:
<ul><li>%asset_lineage_linked^replace:>:</li><li>%</li></ul>
This seems to remove everything, though. Do I need to escape/encode something, and if so, how? Or is the problem something else entirely?
Thanks
Tom