On Thu, 10 Apr 2025 21:53:39 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
>> I filed https://bugs.openjdk.org/browse/JDK-8354320 to fix the warning > > Adding backslash character (``) before the dollar character (`"${"` -> > `"${"`) suppressed the warning, and the man page looks as expected. > > PR https://github.com/openjdk/jdk/pull/24585 As I said in that PR, yes, it silences the warning, but it is not standard markdown, and will be rendered incorrectly by a standard markdown renderer. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23923#discussion_r2039260553