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