Skip to content

Commit 409aeca

Browse files
committed
md fmt
Signed-off-by: junior <[email protected]>
1 parent 2c7c28f commit 409aeca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/docs/content/usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ Slideshow items must be `<li>` type. Refer to [usage](https://getuikit.com/docs/
342342
> Create a tabbed content switcher
343343

344344
{{% grid col="1-2" y="top" %}}
345+
345346
```markdown
346347
{{</* switcher left=true tabs="One|Two|Three" */>}}
347348
- Tab one content
@@ -355,10 +356,13 @@ Slideshow items must be `<li>` type. Refer to [usage](https://getuikit.com/docs/
355356

356357
{{% wrapper %}}
357358
{{< switcher left=true tabs="One|Two|Three" >}}
359+
358360
- Tab one content
361+
359362
```ts
360363
const foo: string = 'bar';
361364
```
365+
362366
- Tab two content
363367
- Tab three content
364368
{{< /switcher >}}

0 commit comments

Comments
 (0)