diff --git a/fern/assistants/flush-syntax.mdx b/fern/assistants/flush-syntax.mdx index 4ed7c5334..dbdea9579 100644 --- a/fern/assistants/flush-syntax.mdx +++ b/fern/assistants/flush-syntax.mdx @@ -53,8 +53,12 @@ VAPI supports three flush formats with case-insensitive matching: ```html title="Self-closing (Recommended)" - ``` ```html title="Opening tag" - ``` ```html title="Closing tag" + ``` + ```html title="Opening tag" + + ``` + ```html title="Closing tag" + ```