Actions
Bug #89
closedText Formatting Issue (bold, italic, mixed, links)
Description
It was observed that there is an issue with a line rendering containing both options: font style and links (URL).
The issue is with the parser that can keep only a single state (either font style or link processing).
So, parser needs to be reworked.
Actions