mdBook/tests/dummy_book/src/first/nested.md

534 B

Nested Chapter

This file has some testable code.

assert!($TEST_STATUS);

Some Section

{{#include nested-test.rs}}

Anchors include the part of a file between special comments

{{#include nested-test-with-anchors.rs:myanchor}}

Rustdoc include adds the rest of the file as hidden

{{#rustdoc_include partially-included-test.rs:5:7}}

Rustdoc include works with anchors too

{{#rustdoc_include partially-included-test-with-anchors.rs:rustdoc-include-anchor}}