RFR: 8341641: Make %APPDATA% and %LOCALAPPDATA% env variables available in *.cfg files [v10]
Alexey Semenyuk
asemenyuk at openjdk.org
Thu Apr 10 21:56:39 UTC 2025
On Thu, 10 Apr 2025 16:52:15 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
>> I'm guessing a possible fix would be to use
>>
>> `${`
>>
>> or
>>
>> "`${`"
>>
>> instead.
>>
>> Alternatively, we need to tell pandoc to not try and use any encoded TeX math in markdown files.
>
> 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
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23923#discussion_r2038392825
More information about the core-libs-dev
mailing list