open all details by default
This commit is contained in:
parent
5736a79fd7
commit
170befc595
@ -56,7 +56,7 @@ fn print_header(header: Heading, level: usize) -> String {
|
||||
}
|
||||
|
||||
ret.push_str(&format!(
|
||||
"<details>\
|
||||
"<details open='open'>\
|
||||
<summary class='sticky'><h{0}>{1}</h{0}></summary>\n\
|
||||
<div>",
|
||||
level + 2,
|
||||
|
Loading…
Reference in New Issue
Block a user