We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec47b1 commit 169d8e2Copy full SHA for 169d8e2
src/level.rs
@@ -73,6 +73,10 @@ impl<'a> Level<'a> {
73
}
74
75
impl<'a> Level<'a> {
76
+ /// A text [`Element`][crate::Element] to start a [`Group`][crate::Group]
77
+ ///
78
+ /// See [`Group::with_title`][crate::Group::with_title]
79
80
/// <div class="warning">
81
///
82
/// Text passed to this function is considered "untrusted input", as such
@@ -89,6 +93,8 @@ impl<'a> Level<'a> {
89
93
90
94
91
95
96
+ /// A text [`Element`][crate::Element] in a [`Group`][crate::Group]
97
92
98
99
100
/// Text passed to this function is allowed to be pre-styled, as such all
0 commit comments