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
docker run -it --rm rust:slim bash # cargo install mdbook # mkdir /app # cd /app # mdbook init ... # printf "[Test](./test/README.md)\n[Test 2](./test.md)" > src/SUMMARY.md # printf "[Test](./test/README.md)" > src/test.md # mkdir src/test # printf "# Test" > src/test/README.md # mdbook build # cat book/test.html | grep README.html <p><a href="./test/README.html">Test</a></p> # ls book/test index.html
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of both #984 and #1268, so closing in favor of those.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: