It is possible to Display HTML Formatted Text?
FuryDevNov 19 2008 — edited Jan 4 2009Hi
This is what I want to accomplish:
I created a system and now I want to add a help button on each page. This button will open a popup window which will display the help of the current page. (This is done)
But now I want to display a formated text (plain or html) just like this example:
-----
h2. Help
Page 20:
Description:
This page displays a list of users.
-----
And don't like this other:
-----
Help Page 20: Description: This page displays a list of users.
-----
Thanks a lot!