Open
Description
Description
Update the collection list view so that card content is displayed as plain text, without showing or rendering markdown tags (such as bold, [], etc.). This will improve readability and prevent confusion for users who expect to see the actual card content without formatting syntax in the list view.
Current Behavior
- Card content in the collection list displays with markdown tags and formatting syntax visible (e.g.,
**Spain**
,\[\]
). - The raw markdown is shown instead of a clean, plain text preview.
Expected Behavior
- Card content in the collection list is shown as plain text, with all markdown tags and formatting removed or ignored.
- The preview is clean, readable, and free of markdown syntax.