If I check official documentation, I can see a property called HTML:
Name | Type | default | Description ---------------------------------
set "html" option to true if you want to have html into tooltip. Actual html is determined by option "title" (link's title attribute shouldn't be set)
$('#example1').tooltip({placement: 'bottom', title: 'par', html: true});
par
Live sample