I would like to display tool tip with rich text as like below
<%= link_to 'test', '#', :title => "<b>sample</b>".html_safe %>
its not working and displaying with html tags.
Want to display html formatted text without html tags in anchor title property.
Please share your ideas.