For testing purposed, I'm trying to return markup text within one of my evaluator columns. I guess I've got some minor knowledged about how to achieve this since I dod not get any formated column values so far.
This is my test so far, trying to embed a given string into underlines which should give me and underlined username in my case.
instead.
The option "Support markup" is set for this column, btw.
Did I miss the obvious? Do I have to call a special function to return markup texts instead of trying manually as above?
Or is the missing link that the markup text must be requested explicitly as stated in the release notes. If yes, when does this happen for evaluator columns?
Did not know there is a new (global) parameter: operation which does the job and btw, I've mixed up markup and markdown, hence I tried to use ** instead <b> </b>
Nevertheless, the lister does not make use of my bold formatted username so far
If I create a text file named www.resource.dopus.com.txt, an underlined www.resource.dopus.com is displayed, but the HTML hyperlink version is fictitious. It does not really do anything when clicked.
Strike through text doesn't work either, but what we have now is useful and interesting.
This is as far as I have on this as of tonight.
Sorry if I missed something major.
Edit note: Why does adding a semicolon to the end of the operation code line kill that code line ?