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.
Updated by Oleksandr Ivanov 8 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Implemented: (7bb257a), (0e5aa23), (5f91ab7), (bd38d2f)
Reviewed in https://github.com/OleksandrIvanovDev/Almirah.Code/pull/28
Actions