robtimus commented on issue #1029:
URL: https://github.com/apache/maven-doxia/issues/1029#issuecomment-3879395294

   Input:
   ```markdown
   [Test URL](test.html#anchor\(\))
   ```
   Output:
   ```html
   <p><a href="test.html#anchor.28.29">Test URL</a></p>
   ```
   Expected (Github creates this):
   ```html
   <p><a href="test.html#anchor()">Test URL</a></p>
   ```
   Similarly, `%` gets encoded as `.25`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to