chapter-three / AppleNewsAPI

This is a PHP library that allows you to publish content to Apple News and construct documents in the Apple News JSON format.
MIT License
39 stars 25 forks source link

Add support for Caption Descriptor #10

Closed m4olivei closed 7 years ago

m4olivei commented 7 years ago

The Caption Descriptor is a referenced property of the Gallery Item referenced property, which is a property of Gallery/Mosaic

https://developer.apple.com/library/content/documentation/General/Conceptual/Apple_News_Format_Ref/CaptionDescriptor.html#//apple_ref/doc/uid/TP40015408-CH91-SW1

It allows you to include HTML/markdown in a caption. This task is to support it.