I am using a carousel plugin to display images, when I click an image it opens a lightbox with the image and the caption (text) underneath it. But when I want to add HTML to the caption it doesn’t work unless I use single quotes on the HTML. But when I add
target='_blank'
WordPress automatically adds
rel="noopener noreferrer"
which is double quote and that doesn’t work on the lightbox. Is it possible to make that single quote and would it still be safe to use single quote on rel="noopener noreferrer".
Thank you.