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!(
|
ret.push_str(&format!(
|
||||||
"<details>\
|
"<details open='open'>\
|
||||||
<summary class='sticky'><h{0}>{1}</h{0}></summary>\n\
|
<summary class='sticky'><h{0}>{1}</h{0}></summary>\n\
|
||||||
<div>",
|
<div>",
|
||||||
level + 2,
|
level + 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user