On Thu, 10 Apr 2025 14:44:06 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> src/jdk.jpackage/share/man/jpackage.md line 228: >> >>> 226: An expandable substring should be enclosed between the dollar >>> 227: sign character ($) and the first following non-alphanumeric >>> 228: character. Alternatively, it can be enclosed between "${" and "}" >> >> This did not sit well with pandoc, that reports: >> >> [WARNING] Could not convert TeX math ) and the first following >> non-alphanumeric character. Alternatively, it can be enclosed between ", >> rendering as TeX: >> e enclosed between " >> ^ >> unexpected '"' >> expecting "\\bangle", "\\brace", "\\brack", "\\choose", "\\displaystyle", >> "\\textstyle", "\\scriptstyle", "\\scriptscriptstyle", "{", >> "\\operatorname", letter, digit, ".", "!", "'", "''", "'''", "''''", "*", >> "+", ",", "-", ".", "/", ":", ":=", ";", "<", "=", ">", "?", "@", "~", "_", >> "^", "\\left", "\", "\\hyperref" or end of input > > 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 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23923#discussion_r2037868095