IceCubesApp/Packages
Nathan Reed 06a8ca67c3
Improve display of HTML ul (bullet list) and ol (numbered list) (#1690)
While SwiftUI's `Text` view won't display these in an `AttributedString` even if they get parsed from Markdown (which would also require the use of the `.full` option instead of the `.inlineOnlyPresrevingWhitespace` option), we can improve the appearance somewhat.
Currently, list elements are clumped together with no spaces between them, and there's no indication whatsoever that the author indicated these to be a list.
Change to insert Markdown list syntax with linebreaks and dashes, so users can at least understand there's a list there.
Similar change for ordered lists.

This will still be broken for nested lists, but it didn't seem worth it to put a lot of effort into this (or other revamps, like making bold/italics/code work properly) because it seems like the current text handling in Ice Cubes is suboptimal and eventually slated for improvement (according to https://github.com/Dimillian/IceCubesApp/issues/1459#issuecomment-1638562657).
So this is more designed to make lists "less broken" in some cases, rather than be a comprehensive fix for all lists in all cases.
2023-11-27 09:15:27 +01:00
..
Account add account popovers for display name and handle (#1687) 2023-11-27 09:00:52 +01:00
AppAccount add account popovers for display name and handle (#1687) 2023-11-27 09:00:52 +01:00
Conversations add account popovers for display name and handle (#1687) 2023-11-27 09:00:52 +01:00
DesignSystem add account popovers for display name and handle (#1687) 2023-11-27 09:00:52 +01:00
Env Fix / simplify account content warning 2023-11-19 08:26:07 +01:00
Explore Bigger media viewer window 2023-11-14 19:48:14 +01:00
Lists add account popovers for display name and handle (#1687) 2023-11-27 09:00:52 +01:00
MediaUI Bigger media viewer window 2023-11-14 19:48:14 +01:00
Models Improve display of HTML ul (bullet list) and ol (numbered list) (#1690) 2023-11-27 09:15:27 +01:00
Network format 2023-11-01 18:58:44 +01:00
Notifications add account popovers for display name and handle (#1687) 2023-11-27 09:00:52 +01:00
Status add account popovers for display name and handle (#1687) 2023-11-27 09:00:52 +01:00
Timeline Fix EditTagGroupView (#1686) 2023-11-27 09:13:07 +01:00