Closed pestevez closed 6 years ago
This PR adds the Credit property to the Image rule.
Credit
Image
Generate an image with caption and credits.
The generated Image element should have the following structure:
<figure> <img .../> <figcaption> <cite>...<cite/> </figcation> </figure>
LGTM. Thanks @pestevez!
Thanks, @mburak!
This PR adds the
Credit
property to theImage
rule.Test Plan
Generate an image with caption and credits.
Example
Expected Result
The generated Image element should have the following structure: