mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Html generated links have nofollow? #647
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NetTecture on GitHub (Nov 29, 2023).
Any reference how to control that? Would like to not have nofollow for links that are - well - internal (and some external).
@xoofx commented on GitHub (Nov 30, 2023):
I don't think this is enabled by default. How do you create your
MarkdownPipelineBuilder?@NetTecture commented on GitHub (Dec 1, 2023):
@xoofx commented on GitHub (Dec 12, 2023):
I cannot see any usage of nofollow in the current codebase. I just created an exe with the latest Markdig 0.33 and I'm getting the correct output:
Outputs:
So closing this bug as invalid because it is not reproduced.