Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about normalization / transformation #741

Open
matkoch opened this issue Sep 30, 2023 · 2 comments
Open

Question about normalization / transformation #741

matkoch opened this issue Sep 30, 2023 · 2 comments
Labels

Comments

@matkoch
Copy link

matkoch commented 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!

Repository owner deleted a comment Nov 25, 2023
@xoofx xoofx added the question label Nov 25, 2023
@xoofx
Copy link
Owner

xoofx commented 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.

@Tripletri
Copy link

Seems like #706

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants