You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ The declared section will be automatically updated!
52
52
### Supported Args
53
53
54
54
-`src`: Path to the source file. The default is `./src/index` and can be omitted.
55
-
-`headingLevel`: Nested level for markdown group headings (default is `2` => `##`) - Note: Each export uses `headingLevel+1`.
55
+
-`headingLevel`: Nested level for markdown group headings (default is `2` => `##`). Note: Each function uses `headingLevel+1` for title in nested levels.
56
+
-`group`: Only render function exportes anotated with `@group name`. By default there is no group filter. Value can be an string or array of strings.
0 commit comments