You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using pegdown 1.5.0, and found that after upgrading pegdown 1.4.2 to 1.5.0, there was a new extension ANCHORLINKS and if it is turned off, then the custom wikiLinkRenderer is not considered.
My use case is to render headers with out anchor links but render wikilinks as specified by the custom wikiLinkRenderer. And it was working as expected with 1.4.2.
Here is my code,
Hi,
I am using pegdown 1.5.0, and found that after upgrading pegdown 1.4.2 to 1.5.0, there was a new extension ANCHORLINKS and if it is turned off, then the custom wikiLinkRenderer is not considered.
My use case is to render headers with out anchor links but render wikilinks as specified by the custom wikiLinkRenderer. And it was working as expected with 1.4.2.
Here is my code,
ConfluenceWikiLinkRenderer is not considered if Extensions.ANCHORLINKS is turned off.
Is there a way to make wikiLinks render with Extensions.ANCHORLINKS turned off?
Any help is appreciated.
Thanks!!
The text was updated successfully, but these errors were encountered: