From bc3e5cebd2ff053e7f38c0070f9788d7acc2e4fa Mon Sep 17 00:00:00 2001 From: Gregory Beaver Date: Mon, 6 Apr 2026 16:08:30 -0700 Subject: [PATCH] fix line break formatting in flush example --- fern/assistants/flush-syntax.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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" + ```