Insert Carriage Return/Line Feed in Glossary Definition
I'm not sure if this is possible in Robohelp 10 or not, but I really have a need to insert a carriage return/line feed in a definition. For example, the definition could be like the following:
1. Initial definition as used in one part of the application.
2. Second definition as used in another part of the application.
I don't want to run the two lines together as it makes it more difficult to read (especially since we can't specifically format the text of the definition).
I tried inserting in the definition, but when the project is output as Webhelp, it is converting those characters to non-breaking spaces ( ). I figured that would work since the GLO file is XML, and XML 1.0 supports the use of those ASCII characters. However, it seems that Robohelp doesn't. When I added those ASCII characters to the glossary file, Robohelp changed them to . When I directly change the characters to in the XML and save it, then return to Robohelp, the glossary is completely gone since, apparently, Robohelp can't read those character.
Does anyone have a work around for this? Or is there another way to insert the line breaks?