[GH-ISSUE #329] 请求markdown格式支持 #290

Closed
opened 2026-03-03 11:42:14 +03:00 by kerem · 3 comments
Owner

Originally created by @wkf2000 on GitHub (Nov 19, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/329

请求markdown格式支持。 对LLM应用来说挺重要的

Originally created by @wkf2000 on GitHub (Nov 19, 2025). Original GitHub issue: https://github.com/Finb/Bark/issues/329 请求**markdown**格式支持。 对LLM应用来说挺重要的
kerem closed this issue 2026-03-03 11:42:14 +03:00
Author
Owner

@Finb commented on GitHub (Nov 20, 2025):

#97

<!-- gh-comment-id:3555382498 --> @Finb commented on GitHub (Nov 20, 2025): #97
Author
Owner

@wkf2000 commented on GitHub (Nov 20, 2025):

I've tried this command, and it doesn't show markdown formats correctly on iOS:

curl -X POST 'https://api.day.app/push' \
-H 'Content-Type: application/json' \
-d '{
    "device_key": "<YOUR_BARK_KEY>",
    "body": "**Important Update**\n\n* This is a list item.\n* Another item with a [link](https://day.app/).\n\nThis text is *italic* and this is `code`.\n",
    "title": "Markdown Test 📝",
    "level": 3,
    "group": "My Notifications",
    "isarchive": 1
}'
<!-- gh-comment-id:3555815854 --> @wkf2000 commented on GitHub (Nov 20, 2025): I've tried this command, and it doesn't show markdown formats correctly on iOS: ``` curl -X POST 'https://api.day.app/push' \ -H 'Content-Type: application/json' \ -d '{ "device_key": "<YOUR_BARK_KEY>", "body": "**Important Update**\n\n* This is a list item.\n* Another item with a [link](https://day.app/).\n\nThis text is *italic* and this is `code`.\n", "title": "Markdown Test 📝", "level": 3, "group": "My Notifications", "isarchive": 1 }' ```
Author
Owner

@Finb commented on GitHub (Nov 20, 2025):

因为还没实现,之后有进度会在 #97 更新

<!-- gh-comment-id:3556269812 --> @Finb commented on GitHub (Nov 20, 2025): 因为还没实现,之后有进度会在 #97 更新
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Bark#290
No description provided.