Describe the bug
When the URL contains an anchor, the Translation Helper API does not render the URL properly.
To Reproduce
Test Code:
Just add an anchor to the URL:
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