Comments on the episode page (templates/content-episode.tpl.html) don't have any formatting. Blocks of text are just enclosed with <p> tags using FILTER html_para.
Comments in the viewer (templates/content-comments_viewer.tpl.html) are displayed with FILTER html_line_break, which replaces newlines with <br /> tags.
Similarly with the RSS (templates/rss-comments.tpl.xml), it also uses FILTER html_line_break.
For the moment, using html_line_break seems preferable since it retains the original layout better.
It might be appropriate to review the displaying of comments including making URLs clickable.
Inconsistencies and similarities:
- Comments on the episode page (`templates/content-episode.tpl.html`) don't have any formatting. Blocks of text are just enclosed with `<p>` tags using `FILTER html_para`.
- Comments in the viewer (`templates/content-comments_viewer.tpl.html`) are displayed with `FILTER html_line_break`, which replaces newlines with `<br />` tags.
- Similarly with the RSS (`templates/rss-comments.tpl.xml`), it also uses `FILTER html_line_break`.
For the moment, using `html_line_break` seems preferable since it retains the original layout better.
It might be appropriate to review the displaying of comments including making URLs clickable.
Updated episode template to match comment view when converting comments to HTML in PR 207 and merged to main.
Updated episode template to match comment view when converting comments to HTML in [PR 207](https://repo.anhonesthost.net/HPR/hpr_generator/pulls/207) and [merged to main](https://repo.anhonesthost.net/HPR/hpr_generator/commit/24e1177c456e3cb80134abad1cc2d5ee467a8314).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Inconsistencies and similarities:
templates/content-episode.tpl.html) don't have any formatting. Blocks of text are just enclosed with<p>tags usingFILTER html_para.templates/content-comments_viewer.tpl.html) are displayed withFILTER html_line_break, which replaces newlines with<br />tags.templates/rss-comments.tpl.xml), it also usesFILTER html_line_break.For the moment, using
html_line_breakseems preferable since it retains the original layout better.It might be appropriate to review the displaying of comments including making URLs clickable.
Updated episode template to match comment view when converting comments to HTML in PR 207 and merged to main.
This has been superseded by new website design