Javadoc uses HTML syntax, and the generated HTML documents are encoded. We hope to fully support HTML syntax ### Describe the solution you'd like /** * Uncapitalizes a String <a href="https://link">link</a> */ => Uncapitalizes a String [link](https://link) ### Additional context Especially for link support, you can link some other pages in the document, such as sample code
Javadoc uses HTML syntax, and the generated HTML documents are encoded. We hope to fully support HTML syntax
Describe the solution you'd like
=>
Uncapitalizes a String link
Additional context
Especially for link support, you can link some other pages in the document, such as sample code