Strip markdown while keeping URLs #748

Open
opened 2026-01-29 14:44:41 +00:00 by claunia · 0 comments
Owner

Originally created by @leotsarev on GitHub (Jul 13, 2025).

I want to remove markdown while still enable user to follow links.

I.e. I want

**bold text**  [link](https://example.com)

to be rendered into something that keeps "example.com"

bold text  link (https://example.com)

Use case: sending some user-generated content like "comment" in plain text email

How I can achieve this? I'm ready to develop extension.

Originally created by @leotsarev on GitHub (Jul 13, 2025). I want to remove markdown while still enable user to follow links. I.e. I want ```markdown **bold text** [link](https://example.com) ``` to be rendered into something that keeps "example.com" ```txt bold text link (https://example.com) ``` Use case: sending some user-generated content like "comment" in plain text email How I can achieve this? I'm ready to develop extension.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#748