Skip to content

Discovery expanded description markdown inconsistencies #7934

@The-LukeZ

Description

@The-LukeZ

Description

When writing markdown, the parsing is not how it should be. Specifically, when writing a bold line and a list afterwards.
The preview might be correct, but the rendering in the application discovery isn't.

Steps to Reproduce

Write the following markdown in the long description of the bot:

**Something bold:**
<!-- an empty line here is optional, but doesn't help -->
- list item 1
- list item 2
- list item 3

Expected Behavior

It should render as

Something bold:

  • list item 1
  • list item 2
  • list item 3

Current Behavior

It renders as

Something bold: - list item 1 - list item 2 - list item 3

Screenshots/Videos

Image

turns to
Image

Client and System Information

Browser: Brave
OS: Mac OS Tahoe 26.0.1 (or however that thing is spelled)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions