mdbook bash tutorial
⚠️ this preprocessor is not production ready, use it with caution ⚠️
The Bash Tutorial mdbook preprocessor allows you to import a Bash script in your book. Scripts remain easily testable and are embedded in the book at build time.
Example
chapter-1.md
{{#tutorial ./example/bash-script.sh}}
example/bash-script.sh
#!/bin/bash ## Title ## Title-2
- Built chapter
1. 2.