Skip to content

Commit 0498dfd

Browse files
committed
fix list formatting errors from pandoc
1 parent 6e67b0c commit 0498dfd

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

doc/09-Date-Picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
----------------
2-
\# Date Picker
2+
# 9 Date Picker
33
----------------
44

55
The `date_picker` view provides a calendar-based UI for selecting one or

doc/11-Expand-Panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------
2-
\# 11 Expand Panel
2+
# 11 Expand Panel
33
--------------------
44

55
An expand panel is a collapsible container that can show or hide its

doc/13-Input-Date.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
------------------------------------------------------------------------
2-
3-
\# 13 Input Date
4-
5-
------------------------------------------------------------------------
1+
--------------
2+
13 Input Date
3+
--------------
64

75
The `input_date` view combines an `input` field with a `date_picker` to
86
create a user-friendly date entry component. It displays the selected

doc/14-List-Box.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
----------------
2-
\# 14 List Box
2+
# 14 List Box
33
----------------
44

55
A list box is a view that displays a scrollable list of items, allowing
@@ -83,13 +83,15 @@ pub:
8383
```
8484

8585
Key fields: - `data`: An array of `ListBoxOption` structs that define
86-
the items in the list. - `selected`: An array of strings holding the
87-
`value` of each selected item. - `on_select`: The callback triggered
88-
when an item is clicked. It receives an array of the currently selected
89-
values. - `multiple`: If `true`, allows selecting more than one item. -
90-
`id_scroll`: A non-zero value makes the list box scrollable if its
91-
content exceeds its height. - `subheading_style`: A separate `TextStyle`
92-
for items that are subheadings.
86+
the items in the list.
87+
- `selected`: An array of strings holding the `value` of each selected item.
88+
- `on_select`: The callback triggered
89+
when an item is clicked. It receives an array of the currently selected
90+
values.
91+
- `multiple`: If `true`, allows selecting more than one item.
92+
- `id_scroll`: A non-zero value makes the list box scrollable if its
93+
content exceeds its height.
94+
- `subheading_style`: A separate `TextStyle` for items that are subheadings.
9395

9496
## `ListBoxOption`
9597

0 commit comments

Comments
 (0)