instead of using 'header' styles by default and change everything else, it's now switched around: default are non-header styles, only 'absatz'-ul's are styled separately
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m6s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m6s
This commit is contained in:
@ -21,9 +21,11 @@ fn print_content(content: Content) -> String {
|
||||
ret.push_str("</ul>");
|
||||
}
|
||||
Content::Multi(l) => {
|
||||
ret.push_str("<div class='multi'>");
|
||||
for item in l {
|
||||
ret.push_str(&print_content(item));
|
||||
}
|
||||
ret.push_str("</div>");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user