I use bootstrap 3 popover.
And now I would like link on text popvover.
Code:
You'll need to pass html option with value true while initializing popover like following.
html
true
Demo
JS:
$("[data-toggle=popover]") .popover({html:true})
HTML:
test link