On Thu, 10 Apr 2025 16:52:15 GMT, Alexey Semenyuk <asemen...@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

Reply via email to