RFR: 8341641: Make %APPDATA% and %LOCALAPPDATA% env variables available in *.cfg files [v10]
Magnus Ihse Bursie
ihse at openjdk.org
Fri Apr 11 10:25:51 UTC 2025
On Thu, 10 Apr 2025 21:53:39 GMT, Alexey Semenyuk <asemenyuk at 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
More information about the core-libs-dev
mailing list