RFR: 8354320: Changes to jpackage.md cause pandoc warning

Magnus Ihse Bursie ihse at openjdk.org
Fri Apr 11 13:21:25 UTC 2025


On Thu, 10 Apr 2025 21:50:10 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> Escape the dollar sign.

Oh, that's too bad. :( Weird that pandoc tries to modify stuff inside ``. I think the better solution then is to pass `-tex_math_dollars` to pandoc to stop it from trying to parse the dollar sign. We should not be using the TeX math extension anyway. I'll whip up a build patch, one sec...

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24585#issuecomment-2796899816


More information about the core-libs-dev mailing list