[GH-ISSUE #1494] Android: Support markdown tables #1056

Open
opened 2026-05-07 00:29:54 +02:00 by BreizhHardware · 2 comments

Originally created by @ccbslsx on GitHub (Nov 21, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1494

I am testing ntfy and, during the test, I wrote test content in Markdown. I found that table formats are not supported — is there something wrong with my test?

Test 3: Table (standard format)

test_markdown_feature "Table - Standard Format" "

Device Status Value
Temperature Normal 23°C
Humidity Warning 75%
"

Test 4: Table (simplified format)

test_markdown_feature "Table - Simplified Format" "

Device Status Value
Temperature Normal 23°C
Humidity Warning 75%
"

Test 5: Table (borderless)

test_markdown_feature "Table - Borderless" "
Device - Status - Value
Temperature - Normal - 23°C
Humidity - Warning - 75%
"

Originally created by @ccbslsx on GitHub (Nov 21, 2025). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1494 I am testing ntfy and, during the test, I wrote test content in Markdown. I found that table formats are not supported — is there something wrong with my test? # Test 3: Table (standard format) test_markdown_feature "Table - Standard Format" " | Device | Status | Value | |--------|--------|-------| | Temperature | Normal | 23°C | | Humidity | Warning | 75% | " # Test 4: Table (simplified format) test_markdown_feature "Table - Simplified Format" " Device | Status | Value -------|--------|------ Temperature | Normal | 23°C Humidity | Warning | 75% " # Test 5: Table (borderless) test_markdown_feature "Table - Borderless" " Device - Status - Value Temperature - Normal - 23°C Humidity - Warning - 75% "
Author
Owner

@ccbslsx commented on GitHub (Nov 21, 2025):

Image
<!-- gh-comment-id:3561725794 --> @ccbslsx commented on GitHub (Nov 21, 2025): <img width="989" height="658" alt="Image" src="https://github.com/user-attachments/assets/5fc37284-93a7-4de7-8f61-4d482a4a29d6" />
Author
Owner

@binwiederhier commented on GitHub (Jan 18, 2026):

As per the docs, Markdown tables are not supported yet, see https://docs.ntfy.sh/publish/#markdown-formatting

<!-- gh-comment-id:3764720389 --> @binwiederhier commented on GitHub (Jan 18, 2026): As per the docs, Markdown tables are not supported yet, see https://docs.ntfy.sh/publish/#markdown-formatting
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/ntfy#1056
No description provided.