The value of the text property can't contain quotes, since these are
used to delimit the value itself. You should either use single quotes:
"text": "<a href='...'>...</a>"
or escape the quotes with a backslash:
"text": "<a href=\"...\">...</a>"
This approach is fine for simple cases, but if the HTML gets too
complex, it's probably a better idea to add it to the index.html file
and use the createHotspot() API to create a hotspot out of it.
> --
> You received this message because you are subscribed to the Google Groups
> "marzipano" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
marzipano+...@googlegroups.com.
> To post to this group, send email to
marz...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/marzipano/e8b568ad-09b4-44e7-a51c-e1dd0c75c4d6%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.