xoofx / xoofx/markdig

Question about normalization / transformation

Open
#741 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.