Hi,
how can I embed an image into an anchor in Pillar?
I've tried
I've also tried to create document by hand and export it, but every single exporter failed on it.
doc := PRDocument new
add: (PRExternalLink new
add: (PRFigure new
add: (PRText content: 'Pharo');
yourself
);
yourself
);
yourself
Thanks,
Peter