1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
source: src/interpreter/tests.rs
description: " --- md\n\n<details>\n\n<summary>summary</summary>\n\ncollapsed text\n\n</details>\n\n\n --- html\n\n<details>\n<summary>summary</summary>\n<p>collapsed text</p>\n</details>\n"
expression: "interpret_md_with_opts(text, opts)"
---
[
Spacer(
InvisibleSpacer(5),
),
Spacer(
InvisibleSpacer(5),
),
Section(
Section {
elements: [
Positioned {
inner: TextBox(
TextBox {
texts: [
Text {
text: "collapsed text",
default_color: Color(BLACK),
..
},
],
..
},
),
bounds: None,
},
],
hidpi_scale: 1.0,
hidden: RefCell {
value: true,
},
summary: Some(
Positioned {
inner: TextBox(
TextBox {
texts: [
Text {
text: "summary",
default_color: Color(BLACK),
..
},
],
..
},
),
bounds: None,
},
),
},
),
Spacer(
InvisibleSpacer(5),
),
]