[GH-ISSUE #993] horizontal rule incorrectly parsed in web ui #696

Open
opened 2026-05-07 00:26:39 +02:00 by BreizhHardware · 0 comments

Originally created by @winneratwin on GitHub (Dec 29, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/993

🐞 Describe the bug

this may not be on your end but the web markdown parser is parsing horizontal rules as making the line above bold it if not empty. this has been causing me much pain since i saw that horizontal rules were in the documentation, however it was not working for me and instead making text bold for no apparent reason.

💻 Components impacted

web app

💡 Screenshots and/or logs

screenshot:
image

result of

1
---

---
1

a
---

---
a

🔮 Additional context

Originally created by @winneratwin on GitHub (Dec 29, 2023). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/993 :lady_beetle: **Describe the bug** <!-- A clear and concise description of the problem. --> this may not be on your end but the web markdown parser is parsing horizontal rules as making the line above bold it if not empty. this has been causing me much pain since i saw that horizontal rules were in the documentation, however it was not working for me and instead making text bold for no apparent reason. :computer: **Components impacted** <!-- ntfy server, Android app, iOS app, web app --> web app :bulb: **Screenshots and/or logs** <!-- If applicable, add screenshots or share logs help explain your problem. To get logs from the ... - ntfy server: Enable "log-level: trace" in your server.yml file - Android app: Go to "Settings" -> "Record logs", then eventually "Copy/upload logs" - web app: Press "F12" and find the "Console" window --> screenshot: ![image](https://github.com/binwiederhier/ntfy/assets/32520794/8b40d090-f54c-4493-a185-ec121dc3e10e) result of ``` 1 --- --- 1 a --- --- a ``` :crystal_ball: **Additional context** <!-- Add any other context about the problem here. -->
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#696
No description provided.