Replies: 1 comment 1 reply
-
I defer to @tarleb on this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that
pandoc.utils.stringify()
can behave differently in pandoc 3.6. Probably it now behaves as documented, and previously was too lax?The case that I hit was an attempt to stringify a
Caption
. Previously this worked but I guess it shouldn't, because you're only supposed to be able to stringify AST elements, and captions are objects withlong
(Blocks
) andshort
(Inlines
) fields.However, should the behaviour have changed? I'm not sure.
Here are my tests.
Beta Was this translation helpful? Give feedback.
All reactions