We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've just installed mkdocs-pandoc-plugin and the pandoc_template keyword isn't recognised.
mkdocs-pandoc-plugin
WARNING - Config value 'plugins': Plugin 'pandoc' option 'pandoc_template': Unrecognised configuration name: pandoc_template
My mkdocs.yml settings are as below:
mkdocs.yml
plugins: - search - pandoc: # requires mkdocs-pandoc-plugin # enabled_if_env: ENABLE_PANDOC_EXPORT combined: true combined_output_path: pandoc/combined.pdf pandoc_template: eisvogel
The text was updated successfully, but these errors were encountered:
Any fix or update with pandoc_template argument ?
Sorry, something went wrong.
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: