Does anyone know if it is possible to use a linefeed char under Insert Text in a Highlighting Style. Long ago in, I think Logos 4, it was possible if I remember correct, with \n. I tried the character escape sequence for LineFeed (\n), CharCode (Alt+0012), some xml (carriage return + line feed: <span class="pln">
), Unicode (<span class="str">\u2028
) and even RTF (<span class="pln">\line
). I know the CharCode is a bit to much, but I'l try anything
. I even tried to copy a Linefeed from a bible and pasted it into the Insert Text Before value with no result.
Maybe its not possible anymore or I'm missing something, maybe an Escape Sequence for some char's? Any pointer would be appreciated.