Skip to content

Markdown2Html-Transformer with turned off LinkValidation causes error 'unresolved link id reference' #742

Description

@sven42

Hello,

I have the following Markdown (generated by LLM):

[p][Att Doc 30636](https://Universe.edu)

Using the following transformer with explicitly turned off Link-Validation causes the following error:

Transformer
    .from(Markdown)
    .to(HTML)
    .using(GitHubFlavor)
    .withConfigValue(LinkValidation.Off)
    .build
[1]: unresolved link id reference: att doc 30636

   [p][Att Doc 30636](https://Universe.edu)
   ^

Is this a bug or what can I do to make the transformer work?

Best regards,
Sven

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions