chaostoolkit / chaostoolkit-reporting

Reporting plugin for chaostoolkit journal results
Apache License 2.0
10 stars 11 forks source link

Upgrade reporting plugin to latest version of pandoc #3

Closed russmiles closed 6 years ago

russmiles commented 6 years ago

When using the report command on mac os x, and having installed the following dependencies:

$ brew cask install mactex

$ brew install pandoc

$ brew install cairo

The report plugin fails with the following message:

outputfile=outputfile, filters=filters)
  File "/Users/russellmiles/.venvs/chaostk/lib/python3.6/site-packages/pypandoc/__init__.py", line 325, in _convert_input
    'Pandoc died with exitcode "%s" during conversion: %s' % (p.returncode, stderr)
RuntimeError: Pandoc died with exitcode "2" during conversion: b'--smart/-S has been removed.  Use +smart or -smart extension instead.\nFor example: pandoc -f markdown+smart -t markdown-smart.\nTry pandoc --help for more information.\n'

Using version of pandoc:

$ pandoc -v
pandoc 2.1.1