Skip to content

support pandoc3 - return empty list instead of Null#3

Open
dmitryperets wants to merge 1 commit intotomduck:masterfrom
dmitryperets:master
Open

support pandoc3 - return empty list instead of Null#3
dmitryperets wants to merge 1 commit intotomduck:masterfrom
dmitryperets:master

Conversation

@dmitryperets
Copy link
Copy Markdown

On pandoc 3.1, the filter fails with the following error:

Error running filter /common/filters/pandoc-comments.py:
Error in $.blocks[254]: When parsing Text.Pandoc.Definition.Block expected an Object with a tag field where the value is one of [Plain, Para, LineBlock, CodeBlock, RawBlock, BlockQuote, OrderedList, BulletList, DefinitionList, Header, HorizontalRule, Table, Figure, Div], but got Null.

To fix it, I return [] instead of Null(), which is also according to the examples from pandocfilters repo.

@TimMoser92
Copy link
Copy Markdown

Works great. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants