You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandoc doesn't seem to properly output boolean false values in the metadata block when writing markdown. I tested outputting the intermediate data with -t json and so verified that it's getting parsed on input, it's just not showing up in the output.
This is because we're formatting this by converting the Meta to a doctemplates Context. Doctemplates doesn't contain boolean values---it tests instead for empty values---so we have (in T.P.Writers.Shared line 110):
I am using pandoc 2.9.2.1.
Pandoc doesn't seem to properly output boolean false values in the metadata block when writing markdown. I tested outputting the intermediate data with
-t json
and so verified that it's getting parsed on input, it's just not showing up in the output.Minimal reproduction:
Actual output:
Expected output:
Thanks!
The text was updated successfully, but these errors were encountered: