diff options
Diffstat (limited to 'library/src/layout/list.rs')
| -rw-r--r-- | library/src/layout/list.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/layout/list.rs b/library/src/layout/list.rs index 25783d84..75fc7c3a 100644 --- a/library/src/layout/list.rs +++ b/library/src/layout/list.rs @@ -9,7 +9,7 @@ use super::GridLayouter; /// Displays a sequence of items vertically, with each item introduced by a /// marker. /// -/// ## Example +/// ## Example { #example } /// ```example /// - *Content* /// - Text @@ -28,7 +28,7 @@ use super::GridLayouter; /// ) /// ``` /// -/// ## Syntax +/// ## Syntax { #syntax } /// This functions also has dedicated syntax: Start a line with a hyphen, /// followed by a space to create a list item. A list item can contain multiple /// paragraphs and other block-level content. All content that is indented |
