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: USAGE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ Each link in the `links` list supports:
108
108
| `text` | string | Yes | The link text |
109
109
| `url` | string | Conditional | The target URL (can be relative or absolute). Required unless `submenu` is provided. Optional when using `submenu` to make the parent clickable. |
110
110
| `target` | string | No | HTML target attribute (e.g., `_blank` for new tab) |
111
+
| `bottom-border` | bool or int | No | Add bottom divider of width 1px if true, or given value in px if number |
111
112
| `submenu` | list | No | List of nested links (creates a submenu). See Nested Dropdowns below. |
0 commit comments