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
See the last example in this section: https://rust-lang.github.io/mdBook/format/mdbook.html#including-a-file-but-initially-hiding-all-except-specified-lines It has not hidden one of the leading # symbols. This is not just less pretty, but it also breaks running the code on the playground. See the following screenshot.
When expanding the code (as you can see in the below screenshot), it appears that the issues is with the # on an empty line:
The text was updated successfully, but these errors were encountered:
Thanks for the report. This has been fixed in #1088, and I'll probably make a new release soonish.
Sorry, something went wrong.
No branches or pull requests
See the last example in this section: https://rust-lang.github.io/mdBook/format/mdbook.html#including-a-file-but-initially-hiding-all-except-specified-lines
It has not hidden one of the leading # symbols. This is not just less pretty, but it also breaks running the code on the playground. See the following screenshot.
When expanding the code (as you can see in the below screenshot), it appears that the issues is with the # on an empty line:

The text was updated successfully, but these errors were encountered: