Hi,
The issue I need your advice on is the search results view.
I’m using the Ajax search pro, with custom post type “pickup location” and vertical view.
At the search results I get to see the post’s title, and a block of the content.
Is it possible to see the content with line breaks and font’s attributes such as bold?
It is important for accessibility
Well, you can add HTML tags to the exclusion list, so they dont get stripped, under the Advanced Options -> Content panel.
To skip most tags enter these into the exclude tags field:
<abbr><b><p><a><span><font><ul><ol><li><nav>
However this still does not mean, that the styling is applied correctly via the browser, as the CSS might be constructed specifically for the posts scope.