From 08d661b2555e12e272d0fe5079819e129361927f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:17:41 +0000 Subject: [PATCH] Fix MDX parsing error in CLI changelog Wrap {API name} and X/Y in inline code to prevent MDX parser from treating curly braces as JSX expressions, which was causing 'Could not parse expression with acorn' error during docs generation. Co-Authored-By: Chris McDonnell --- fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx index ddfd6fb9d..aac2eecbb 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx @@ -1,5 +1,5 @@ ## 1.2.0 -**`(feat):`** Show AI example generation progress in the spinner line. When generating AI examples, the spinner displays "generating AI examples for {API name} - X/Y" to track progress without creating terminal noise. +**`(feat):`** Show AI example generation progress in the spinner line. When generating AI examples, the spinner displays "generating AI examples for `{API name}` - `X/Y`" to track progress without creating terminal noise. ## 1.0.5