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
https://rust-lang.github.io/mdBook/format/mdbook.html#inserting-runnable-rust-files
I don't think we'd need to recompile mdbook; we might just be able to:
mdbook
{{#playground file.rs}}
Need to look at the details of how mdbook reads the results:
Questions:
{{#playground file.lfe}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://rust-lang.github.io/mdBook/format/mdbook.html#inserting-runnable-rust-files
I don't think we'd need to recompile
mdbook
; we might just be able to:{{#playground file.rs}}
andNeed to look at the details of how
mdbook
reads the results:Questions:
mdbook
do any file extension checks? Iow, will{{#playground file.lfe}}
work?The text was updated successfully, but these errors were encountered: