alexandre-perrin / mkdocs-pandoc-plugin

The plugin is based on mkdocs-mk2pdf-plugin and aims to use pandoc as a generic engine to convert to many document format that pandoc suports.
https://github.com/HaoLiuHust/mkdocs-mk2pdf-plugin
MIT License
6 stars 2 forks source link

Option pandoc_template unrecognised #8

Open mfoulds opened 1 year ago

mfoulds commented 1 year ago

I've just installed mkdocs-pandoc-plugin and the pandoc_template keyword isn't recognised.

WARNING - Config value 'plugins': Plugin 'pandoc' option 'pandoc_template': Unrecognised configuration name: pandoc_template

My mkdocs.yml settings are as below:

plugins:
  - search
  - pandoc:          # requires mkdocs-pandoc-plugin
      # enabled_if_env: ENABLE_PANDOC_EXPORT
      combined: true
      combined_output_path: pandoc/combined.pdf
      pandoc_template: eisvogel
Zeba126 commented 10 months ago

Any fix or update with pandoc_template argument ?