Skip to content

Commit bc3e5ce

Browse files
committed
fix line break formatting in flush example
1 parent e223fba commit bc3e5ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

fern/assistants/flush-syntax.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,12 @@ VAPI supports three flush formats with case-insensitive matching:
5353
<CodeBlocks>
5454
```html title="Self-closing (Recommended)"
5555
<flush />
56-
``` ```html title="Opening tag"
57-
<flush>``` ```html title="Closing tag"</flush>
56+
```
57+
```html title="Opening tag"
58+
<flush>
59+
```
60+
```html title="Closing tag"
61+
</flush>
5862
```
5963
</CodeBlocks>
6064

0 commit comments

Comments
 (0)