File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ const MAX_LINK_NESTED_DEPTH: usize = 10;
19
19
/// A preprocessor for expanding helpers in a chapter. Supported helpers are:
20
20
///
21
21
/// - `{{# include}}` - Insert an external file of any type. Include the whole file, only particular
22
- ///. lines, or only between the specified anchors.
22
+ /// lines, or only between the specified anchors.
23
23
/// - `{{# rustdoc_include}}` - Insert an external Rust file, showing the particular lines
24
- ///. specified or the lines between specified anchors, and include the rest of the file behind `#`.
24
+ /// specified or the lines between specified anchors, and include the rest of the file behind `#`.
25
25
/// This hides the lines from initial display but shows them when the reader expands the code
26
26
/// block and provides them to Rustdoc for testing.
27
27
/// - `{{# playground}}` - Insert runnable Rust files
You can’t perform that action at this time.
0 commit comments