公式ドキュメントを確認すると、HTML というプロパティが表示されます。
Name | Type | default | Description
----------------------------------------------------------------------------
html | boolean | false | Insert html into the tooltip.
If false, jquery's text method
will be used to insert content
into the dom. Use text if you're
worried about XSS attacks.
「html をツールチップに挿入」と書いてありますが、型は boolean です。ツールチップ内で複雑な html を使用するにはどうすればよいですか?