Question about normalization / transformation #629

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

Originally created by @matkoch on GitHub (Sep 30, 2023).

Hi!

I have a text like this:

Visit a [link](https://link)

    Some multiline
    Code

Is it possible to normalize/transform it to something like this?

Visit a <https://link|link>

```
Some multiline
code
```

I browsed a bit through the usages of pipeline and extensions, but couldn't find anything that's catching my eye.

Thanks in advance!

Originally created by @matkoch on GitHub (Sep 30, 2023). Hi! I have a text like this: ``` Visit a [link](https://link) Some multiline Code ``` Is it possible to normalize/transform it to something like this? ```` Visit a <https://link|link> ``` Some multiline code ``` ```` I browsed a bit through the usages of pipeline and extensions, but couldn't find anything that's catching my eye. Thanks in advance!
claunia added the question label 2026-01-29 14:41:32 +00:00
Author
Owner

@xoofx commented on GitHub (Nov 25, 2023):

Is it possible to normalize/transform it to something like this?

Not out of the box. You can always try to modify the AST and write it back.

@xoofx commented on GitHub (Nov 25, 2023): > Is it possible to normalize/transform it to something like this? Not out of the box. You can always try to modify the AST and write it back.
Author
Owner

@Tripletri commented on GitHub (Jan 30, 2024):

Seems like #706

@Tripletri commented on GitHub (Jan 30, 2024): Seems like #706
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#629