mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
This fixes a regression in 2.2.3, which cause boolean values to be parsed as MetaInlines instead of MetaBool. Note also an undocumented (but desirable) change in 2.2.3: numbers are now parsed as MetaInlines rather than MetaString. Closes #4819.