Results 167 comments of josch
trafficstars

And before you say "the value you want is now in the parenthesis": that changed as well in commit 3abe8997540b83ade79f615b59df202b5f9d4125 with the commit message "cosmetic" which also does not tell...

And another interesting commit seems to be d85a7583f9a96bf031941c24d774b71529de3ce0. Before: `60.5175 (0.605175)` After: `3.96601e+06 (0.605175)`

With the top commit of the main branch I get: 60.5175 (1.25647) I'll test my other images as well with git HEAD and report back.

I did not know that. Thank you for informing me of the situation. If you like, please ping me once you feel that I should evaluate git HEAD again. Delay...

This issue might be a duplicate of or is at least maybe related to #8094

Issue reported for gtk here: https://gitlab.gnome.org/GNOME/gtk/-/issues/6958

Hi, I found this issue when I wanted to replace placeholders in my document with values from the yaml header. Unfortunately, the solution from https://pandoc.org/lua-filters.html#replacing-placeholders-with-their-metadata-value was not sufficient for my...