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
generate-md
generate-md --layout github --input "./md" --output "./dist" PAUSE
HTML files are generated perfectly. However, PAUSE doesn't run.
The text was updated successfully, but these errors were encountered:
I've found a workaround. Create a convert-md-to-html.bat batch file:
@ECHO OFF CD /D "%~dp0" generate-md --layout github --input "%~1" --output "%~2" EXIT /B 0
Create a test.bat batch file:
CALL convert-md-to-html "md" "dist" ECHO. ECHO Done PAUSE
Run test.bat and I can have my lines below run.
Sorry, something went wrong.
No branches or pull requests
HTML files are generated perfectly. However, PAUSE doesn't run.
The text was updated successfully, but these errors were encountered: