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
Describe the bug It is not generating pdf from .md files
To Reproduce create .md files and try to generate pdf.
Expected behavior Generate pdf from .md files
Additional context
{ "metadata": [ { "src": [ { "src": "../src", "files": [ "**/*.csproj" ] } ], "dest": "api" } ], "build": { "content": [ { "files": [ "**/*.{md,yml}","./docs/images/**", "images/**", "./bomber-icon.png" ], "exclude": [ "_site/**" ] } ], "resource": [ { "files": [ "docs/images/**", "images/**", "index.html", "Demo/**", "index.css", "Videos/**" ] } ], "output": "_site", "template": [ "default" ], "globalMetadata": { "_appName": "Bomber Kit", "_appTitle": "Bomber Kit", "_appLogoPath": "Images/bomber-icon.png", "_appFooter": "<style>.inheritedMembers { display: none; }</style>", "_enableSearch": true, "homepage": "index.md", "pdf": true } } }
Run docfx pdf.
./doc/*.md files will be ignored.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
It is not generating pdf from .md files
To Reproduce
create .md files and try to generate pdf.
Expected behavior
Generate pdf from .md files
Additional context
Run docfx pdf.
./doc/*.md files will be ignored.
The text was updated successfully, but these errors were encountered: