Support for JEP 467: Markdown Documentation Comments

After setting sonar.java.source=23 I still get issues for “Public types, methods and fields (API) should be documented with Javadoc” (java:S1176) for code like this, that since JEP 467 is valid JavaDoc:

/// The [Foo] class.
public class Foo {}

I’m on SonarCloud with a quality profile extended from Sonar way with rule S1176 enabled.

I guess I posted this in the wrong category, posted now in False Positives: FP on java:S1176 with Markdown JavaDoc