Question about normalization / transformation
Open
Nobody has claimed this yet.
question
- Dominant language
- C#
- Stars
- 5.3k
- Forks
- 510
- Avg merge
- 8d 5h
- Merged PRs (30d)
- 5
Description
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!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the existing pipeline and extension usages first, as the issue mentions these as likely integration points. Determine whether the requested Markdown-to-target-format transformation is supported or needs a new design; done means documenting a concrete implementation path or confirming the relevant extension point.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100