Skip to content

Commit

Permalink
chore: update example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 12, 2022
1 parent 9094c4e commit 4fb0e66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions Example/Shared/DemoList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ struct DemoList: View {
DemoRow(title: "List", systemImage: "list.bullet.rectangle.portrait.fill", tag: "List", selection: $selection) {
ListGroup()
}
DemoRow(
title: "markdownStyle",
systemImage: "chevron.left.forwardslash.chevron.right",
tag: "markdownStyle",
selection: $selection
) {
MarkdownStyleGroup()
Section(header: Text("API")) {
DemoRow(
title: "markdownStyle",
systemImage: "chevron.left.forwardslash.chevron.right",
tag: "markdownStyle",
selection: $selection
) {
MarkdownStyleGroup()
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Example/Shared/Group/ListGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct ListGroup: View {
---
- [x] #739
- [ ] https://github.com/octo-org/octo-repo/issues/740
- [ ] https://github.com/jaywcjlove/markdown
- [ ] Add delight to the experience when all tasks are complete :tada:
<!-- This content will not appear in the rendered Markdown -->
Expand Down

0 comments on commit 4fb0e66

Please sign in to comment.