mirror of
https://github.com/rust-lang/mdBook.git
synced 2026-09-13 15:02:40 -04:00
* Add docs for mdBook specific include feature. Also: * Fix bug in take_lines taking `end`-many lines instead of `end-start` many. * Handle special case `include:number` as including a single line. * Start counting lines at 1 and not 0. * Merge mdBook and rust specific features into one chapter.