79687176

Date: 2025-07-02 09:28:11
Score: 1
Natty:
Report link

As of Java 25 EA Build 28, the javadoc tool processes Markdown in the @see tag correctly if used as follows:

/// @see <a href=""></a>[hello](https://openjdk.org/jeps/467)
public class SomeClass {
}

Result:

Rendered link in "See also"

As of IntelliJ IDEA 2025.1.3, such link are still not rendered.

Not rendered "See also" Markdown

We should wait for future releases of JDK and IntelliJ to make it look better.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: biggujo