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: docs-info.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,10 @@ Fenced code blocks are supported with language identifiers for syntax highlighti
51
51
exportfunction App() {
52
52
return <div>Hello</div>
53
53
}
54
-
``
54
+
;``
55
+
```
55
56
````
56
57
57
-
58
58
## Tabs component
59
59
60
60
The tabs component lets you group content into tabbed sections. It supports multiple variants, including file tabs and package manager tabs.
@@ -88,7 +88,6 @@ body {
88
88
- language comes from the code fence language
89
89
- code text is extracted from the `<code>` node content
90
90
91
-
92
91
### Package manager tabs
93
92
94
93
Package-manager tabs are a special `tabs` variant. The parser reads framework lines like `react: ...` or `solid: ...`, groups packages, and later generates package-manager-specific commands.
@@ -99,8 +98,10 @@ If you're looking to support a multi-line command, you can add multiple instance
0 commit comments