Skip to content

Commit 4fb0e66

Browse files
committed
chore: update example.
1 parent 9094c4e commit 4fb0e66

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Example/Shared/DemoList.swift

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@ struct DemoList: View {
5959
DemoRow(title: "List", systemImage: "list.bullet.rectangle.portrait.fill", tag: "List", selection: $selection) {
6060
ListGroup()
6161
}
62-
DemoRow(
63-
title: "markdownStyle",
64-
systemImage: "chevron.left.forwardslash.chevron.right",
65-
tag: "markdownStyle",
66-
selection: $selection
67-
) {
68-
MarkdownStyleGroup()
62+
Section(header: Text("API")) {
63+
DemoRow(
64+
title: "markdownStyle",
65+
systemImage: "chevron.left.forwardslash.chevron.right",
66+
tag: "markdownStyle",
67+
selection: $selection
68+
) {
69+
MarkdownStyleGroup()
70+
}
6971
}
7072
}
7173
}

Example/Shared/Group/ListGroup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct ListGroup: View {
3232
---
3333
3434
- [x] #739
35-
- [ ] https://github.com/octo-org/octo-repo/issues/740
35+
- [ ] https://github.com/jaywcjlove/markdown
3636
- [ ] Add delight to the experience when all tasks are complete :tada:
3737
3838
<!-- This content will not appear in the rendered Markdown -->

0 commit comments

Comments
 (0)