Recently I'm facing problem with Bootstrap 3 Tooltip when I'm trying to add some html code inside title attribute. It shows me plain html tags code.
Here is the problem
For getting html formatted result on tooltip you have to use html: true when initialize the bootstrap tooltip
Example: $('[data-toggle="tooltip"]').tooltip({ html: true });