Well as I figured it out, I can do some formating in the output using
<b> </b> and <i> </i>
html codes and that's just fine, I want to be able to do that. I don't know how FARR exactly parses html codes in the result list, but from what I've seen it strips all tags and evaluates some like bold or italic, so I don't know what changes are necessary.
I want to be able to format the string with bold and italic and in some cases I want to be able to display the html tags instead of bold-ed text. I assume the easiest way is to add some tags FARR is able to parse, like
<pre> </pre>
that could signal farr not to parse string inside the tags or something like that.
What do you think?