File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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;
1919/// A preprocessor for expanding helpers in a chapter. Supported helpers are:
2020///
2121/// - `{{# 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.
2323/// - `{{# 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 `#`.
2525/// This hides the lines from initial display but shows them when the reader expands the code
2626/// block and provides them to Rustdoc for testing.
2727/// - `{{# playground}}` - Insert runnable Rust files
You can’t perform that action at this time.
0 commit comments