We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f4cebc + 7353542 commit a108dc1Copy full SHA for a108dc1
README.md
@@ -27,6 +27,7 @@ You can suggest edits by making a pull request.
27
To run a local development server with hot-reloading you can run the following command
28
29
```sh
30
+npm install -g fern-api
31
fern docs dev
32
```
33
fern/assistants/flush-syntax.mdx
@@ -53,8 +53,12 @@ VAPI supports three flush formats with case-insensitive matching:
53
<CodeBlocks>
54
```html title="Self-closing (Recommended)"
55
<flush />
56
- ``` ```html title="Opening tag"
57
- <flush>``` ```html title="Closing tag"</flush>
+ ```
+ ```html title="Opening tag"
58
+ <flush>
59
60
+ ```html title="Closing tag"
61
+ </flush>
62
63
</CodeBlocks>
64
0 commit comments