Hi,

how can I embed an image into an anchor in Pillar?

I've tried

*+Pharo>https://pharo.org/web/files/pharo.png+>http://pharo.org/*

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
reference: 'http://pharo.org/';
add: (PRFigure new
reference: 'https://pharo.org/web/files/pharo.png';
add: (PRText content: 'Pharo');
yourself
);
yourself
);
yourself

Thanks,
Peter

Reply via email to