Allow HTML markupΒΆ

In order to enable HTML markup in descriptions, you have to set the allowHtml flag to true in the options before activating the plugin.
var options = {
  allowHtml: true
};

$("#my-interactive-image").interactiveImage(items, options);