-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
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 3Expected 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
Client and System Information
Browser: Brave
OS: Mac OS Tahoe 26.0.1 (or however that thing is spelled)
