We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assets have a Caption field. Ideally, these captions are rendered when assets are used in a Richtext field.
Happy to entertain workarounds, I imagine this might be possible with richTextOptions?
richTextOptions
Caption is rendered below image using figcaption alongside the img inside a figure.
figcaption
img
figure
Captions aren't rendered.
RichTextRenderer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Assets have a Caption field. Ideally, these captions are rendered when assets are used in a Richtext field.
Happy to entertain workarounds, I imagine this might be possible with
richTextOptions
?Expected Behavior
Caption is rendered below image using
figcaption
alongside theimg
inside afigure
.Current Behavior
Captions aren't rendered.
Steps to Reproduce
RichTextRenderer
to render the contentThe text was updated successfully, but these errors were encountered: