File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ use serde::Serialize;
8
8
9
9
#[ derive( Clone , Debug , Serialize ) ]
10
10
crate struct ExternalHtml {
11
- /// Content that will be included inline in the <head> section of a
11
+ /// Content that will be included inline in the ` <head>` section of a
12
12
/// rendered Markdown file or generated documentation
13
13
crate in_header : String ,
14
- /// Content that will be included inline between <body> and the content of
14
+ /// Content that will be included inline between ` <body>` and the content of
15
15
/// a rendered Markdown file or generated documentation
16
16
crate before_content : String ,
17
- /// Content that will be included inline between the content and </body> of
17
+ /// Content that will be included inline between the content and ` </body>` of
18
18
/// a rendered Markdown file or generated documentation
19
19
crate after_content : String ,
20
20
}
You can’t perform that action at this time.
0 commit comments