Skip to content

Commit

Permalink
fix options formatting for checkbox.md & prettierignore docs md files
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Dec 20, 2023
1 parent cc9703f commit 35d54e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.yarn
# Prettier destroys some of the special markdown directives
docs/**/*.md
5 changes: 4 additions & 1 deletion docs/components/checkbox.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
::: mesop.components.checkbox.checkbox
options:
members: - checkbox - CheckboxChangeEvent - CheckboxIndeterminateChangeEvent
members:
- checkbox
- CheckboxChangeEvent
- CheckboxIndeterminateChangeEvent

0 comments on commit 35d54e8

Please sign in to comment.