Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pandoc-ast to 1.21 #6

Closed
FredeEB opened this issue Sep 3, 2020 · 3 comments · Fixed by #10
Closed

Update pandoc-ast to 1.21 #6

FredeEB opened this issue Sep 3, 2020 · 3 comments · Fixed by #10

Comments

@FredeEB
Copy link
Contributor

FredeEB commented Sep 3, 2020

The ast has been updated to 1.21, which means the assertion mentioned in #5 is failing 👍

@lrosenthol
Copy link

found the same thing - and happy to help with PR

@oli-obk
Copy link
Owner

oli-obk commented Sep 7, 2020

Yes, a PR would be great. We should probably change the assertion to handling all versions up to 1.21

@sbarral
Copy link

sbarral commented Sep 27, 2020

Declaring support for 1.21 may have been a bit premature, it looks like the table serialization format has changed.

This simple table:

| A | B |  
|---|---|
| a | b |

works fine with pandoc 2.9.2 but triggers the following Serde error with pandoc 2.10.1:

thread 'main' panicked at 'json is not in the pandoc format: Error("invalid type: string \"\", expected adjacently tagged enum Inline", line: 231, column: 5)

This is presumably related to pandoc #1024.

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 a pull request may close this issue.

4 participants