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
final String markdown = "This is [*Sparta*](http://sparta.com)";
=>
final String markdown = "This is [*Sparta*](http://sparta.com#anchor)";
Resulting Output
This is [*Sparta*](http://sparta.com#anchor)
--------------------------
<<<*Sparta*
>>>*sPaARTaA*<<<This is [_1_](_2_#_1_)
>>>thiIS iIS [_1_](_2_#_1_)
--------------------------
thiIS iIS [*sPaARTaA*](http://sparta.com#_1_)
Describe the bug
When the URL contains an anchor, the Translation Helper API does not render the URL properly.
ParserHtmlRendererFormatterFlexmarkHtmlParserDocxRendererPdfConverterExtensionTo Reproduce
Test Code:
Just add an anchor to the URL:
Resulting Output