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
Hi - I've noticed two problems when running mkdocs build:
mkdocs build
combined.pdf.md
Can you suggest anything to fix?
When I set combined=true, the resulting combined file from mkdocs build is a markdown file that combines all other files, instead of a pdf.
Settings are as below:
plugins: - search - pandoc: # requires mkdocs-pandoc-plugin # enabled_if_env: ENABLE_PANDOC_EXPORT combined: true
There are repeated errors in the terminal like this:
Unknown input format pdf Pandoc can convert to PDF, but not from PDF.
With combined=true then the combined file is created as a markdown (as above).
combined=true
If I set combined=false, then no pdf files are created in the subdirectories of mkdocs_site/pandoc.
combined=false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi - I've noticed two problems when running
mkdocs build
:combined.pdf.md
Can you suggest anything to fix?
Combined markdown instead of pdf
When I set combined=true, the resulting combined file from
mkdocs build
is a markdown file that combines all other files, instead of a pdf.Settings are as below:
Attempts to convert from pdf
There are repeated errors in the terminal like this:
With
combined=true
then the combined file is created as a markdown (as above).If I set
combined=false
, then no pdf files are created in the subdirectories of mkdocs_site/pandoc.The text was updated successfully, but these errors were encountered: