typegen: insert newlines after callouts to avoid breaking new site
This commit is contained in:
parent
593634eb27
commit
34f0819a76
2 changed files with 19 additions and 6 deletions
|
|
@ -648,8 +648,8 @@ fn parse_details(comment: Comment) -> String {
|
|||
module: comment.module,
|
||||
};
|
||||
|
||||
crate::reformat::GfmQuoteBlocks::reformat(&reformat_ctx, &mut str);
|
||||
crate::reformat::TypeLinks::reformat(&reformat_ctx, &mut str);
|
||||
crate::reformat::GfmQuoteBlocks::new().reformat(&reformat_ctx, &mut str);
|
||||
crate::reformat::TypeLinks.reformat(&reformat_ctx, &mut str);
|
||||
|
||||
str
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue