REML lists not rendered in plain text or RTF
delphidabbler opened this issue · 3 comments
delphidabbler commented
The newly implement REML lists render correctly as HTML, but not as Plain Text or RTF.
To reproduce:
- Create a snippet, routine kind, with REML lists in the description.
- Select the new snippet
- Menu option File | Save Annotated Source
- In save dialogue choose Pascal Include File type and any comment style except "No descriptive comments"
- Click Preview button. Note how text in header comment has now bullets, numbers or indenting.
- Go back to 4, but this time choose Rich Text File type a click Preview again. Same problem.
delphidabbler commented
See also issue #82 being fixed in the same feature branch
delphidabbler commented
This, and issue #82, are proving very difficult. The implementation of REML / active text lists is buggy and incomplete.
Having to rewrite the REML parser and modify the active text implementation.
Also REML docs are wrong for content of <li> tags. Also need to check REML help topic.
delphidabbler commented
Fix at merge commit d9da938