A dictionary of {[imageUrl]: PerseusImageDetail}.
OptionalmetadataFormerly used in the PerseusGradedGroup widget. A list of "tags" that are keys that represent other content in the system. Not rendered to the user.
A dictionary of {[widgetName]: Widget} to be referenced from the content field.
Translatable Markdown content to be rendered. May include references to widgets (as
[[☃ widget-id]]) or [deprecated] images (as). This markdown can also include Math in the form of TeX surrounded by$characters (eg.Solve the following: $1 + 1 = ?$.).For each widget found in the Markdown, there must be an entry in the PerseusRenderer.widgets object using the widget-id as the key.
For each image found in the Markdown, there can be an entry in the PerseusRenderer.images object with the key being the image's url which defines additional attributes for the image.