htdebeer / paru

Control pandoc with Ruby and write pandoc filters in Ruby
https://heerdebeer.org/Software/markdown/paru/
GNU General Public License v3.0
38 stars 12 forks source link

Pandoc V2.11 #60

Closed iandol closed 4 years ago

iandol commented 4 years ago

Hi Huub,

There are a few significant changes coming for Pandoc V2.11, the biggest being a removal of pandoc-citeproc as a seperate binary, it is now integrated directly:

https://github.com/jgm/pandoc/commit/e0984a43a99231e72c02a0a716c8d0315de9abdf

Changes for pandoc-types: https://github.com/jgm/pandoc-types/blob/master/changelog

Best, Ian

iandol commented 4 years ago

Nightlies are succesfully building for V2.11 here: https://github.com/jgm/pandoc/actions?query=workflow%3ANightly

iandol commented 4 years ago

Changelog here: https://github.com/jgm/pandoc/blob/master/changelog.md — the date of release is supposedly today...

iandol commented 4 years ago

…and released: https://github.com/jgm/pandoc/releases/tag/2.11

htdebeer commented 4 years ago

Released 0.4.2 with compatibility with pandoc 2.11. The test set seems to run now, but the table related types seem to be represented differently from other types. Maybe this means that the rest of the types will also get a similar overhaul. If so, paru needs to be rewritten. But that's for another time.

iandol commented 4 years ago

Thanks as always Huub! Does pandocomatic need updating for the command-line changes?

htdebeer commented 4 years ago

I need to update the pandocomatic tests anyway because of the changes to the default CSS in the HTML template. I'll create an issue for it and then look into this over the weekend.