graph
graph copied to clipboard
Update command line switches for pandoc
New pandoc versions don't have --chapters command line parameter anymore, so it doesn't execute
Thanks Alex - I will pull this in as soon as I can. I have a few things I need to do before I can move my Pandoc up to the latest level. Does Pandoc just build chapters by default now?
No, it doesn't build it by default until you explicitly configure it with -top-level-division=chapter
We just started work on a Second Edition of Practical Gremlin. As part of that we will update the entire tool chain and factor in these types of changes. I'm leaving this PR open as a reminder.
I ran into this issue early for second edition work and resolved it.