Skip to content

Commit 609e140

Browse files
authored
fix line break formatting in flush example (#1008)
## Description <!-- describe the changes as bullet points --> - formatting was wonky before: ![image.png](https://app.graphite.com/user-attachments/assets/4014fd64-20fc-4f1a-abaa-c7ce28ad53ab.png) after: ![image.png](https://app.graphite.com/user-attachments/assets/81b32ea6-2297-427d-9ce0-c070791b8030.png) ![image.png](https://app.graphite.com/user-attachments/assets/1b69d5c3-ff43-4639-a1e4-42013321e675.png) ![image.png](https://app.graphite.com/user-attachments/assets/08b8ef4b-f52d-4a29-bcc3-a023eb2ae417.png) ## Testing Steps - [x] Run the app locally using `fern docs dev` or navigate to preview deployment - [x] Ensure that the changed pages and code snippets work
1 parent e223fba commit 609e140

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)