File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ use serde::Serialize;
88
99#[ derive( Clone , Debug , Serialize ) ]
1010crate 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
1212 /// rendered Markdown file or generated documentation
1313 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
1515 /// a rendered Markdown file or generated documentation
1616 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
1818 /// a rendered Markdown file or generated documentation
1919 crate after_content : String ,
2020}
You can’t perform that action at this time.
0 commit comments