NAME
Perl6::Pod::Lib::Image - add image
SYNOPSIS
=Image t/image.jpg
=Image file:t/data/P_test1.png
=for Image :title('Test image title')
img/image.png
DESCRIPTION
The =Image block is used for include image link. For definition of the target file are used a URI:
=Image t/image.jpg
For inclusion of certain parts of the documents add the blockname and (or) attributes after the main link. For example:
=Image file:../test.jpg
=Image http://example.com/img.jpg
For set title of image add attribute :title or define in Pod Link format:
=for Image :title('test caption')
t/data/P_test1.png
=for Image
test caption|t/data/P_test1.png
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 38:
=back without =over