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
It's not entirely clear how we should handle this (though certainly we shouldn't have a pattern match failure!).
Pandoc's Strong element can only contain inline content, and a typst block could be e.g. several paragraphs and a bullet list. That just can't go inside a Strong. I suppose we could add Strong to the inline contents of these things.
Explain the problem.
When trying to pass a multiline (so not
#let foo = [bar baz]
) content variable to the strong emphasis function, pandoc errors while typst does not.It errors with the following error:
Pandoc version?
pandoc version 3.2 on https://pandoc.org/try
The text was updated successfully, but these errors were encountered: