From 89cfd17861f100615a5dbc95e6fb9ef349df75f3 Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Thu, 24 Jul 2025 07:31:35 -0400 Subject: [PATCH 1/4] attempt to reformat markdown --- fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx b/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx index 94802f3f7..4c449db40 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx @@ -21,10 +21,7 @@ This will be converted to a Fern type that combines the base properties with the ## 0.63.15 **`(fix):`** The `` component now supports more flexible prop ordering and additional properties. You can now specify `maxLines` and `focus` props in any order relative to the `src` prop. For example: -```mdx - - -``` +`` or `` Both formats will work the same way, preserving the specified properties in the generated markdown. The component will automatically detect and include any additional props in the code block's metastring. From d1151c64c2a017928196f4167bef2e14166af515 Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Thu, 24 Jul 2025 07:38:03 -0400 Subject: [PATCH 2/4] remove code --- .../cli-api-reference/cli-changelog/2025-05-28.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx b/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx index 4c449db40..35676f132 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx @@ -19,12 +19,7 @@ This will be converted to a Fern type that combines the base properties with the ## 0.63.15 -**`(fix):`** The `` component now supports more flexible prop ordering and additional properties. You can now specify `maxLines` and `focus` props in any order relative to the `src` prop. For example: - -`` or `` - -Both formats will work the same way, preserving the specified properties in the generated markdown. The component will automatically detect and include any additional props in the code block's metastring. - +**`(fix):`** The `` component now supports more flexible prop ordering and additional properties. You can now specify `maxLines` and `focus` props in any order relative to the `src` prop. Regardless of order, formats will work the same way, preserving the specified properties in the generated markdown. The component will automatically detect and include any additional props in the code block's metastring. ## 0.63.14 **`(fix):`** Fix duplicate properties in example IR generation. From 6168e65e496d51adec0f92a23c49a677164ff058 Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Thu, 24 Jul 2025 07:40:01 -0400 Subject: [PATCH 3/4] Update 2025-05-16.mdx --- fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx b/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx index a46243b8d..fd0d55cb9 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx @@ -10,7 +10,7 @@ don't overwrite each other during conversion, maintaining the integrity of the A ## 0.61.17 -**`(fix):`** Add support for preserving `maxLines` and `focus` attributes when using `` components in docs. +**`(fix):`** Add support for preserving `maxLines` and `focus` attributes when using `Code` components in docs. These attributes are now properly carried over to the generated code blocks, allowing you to control the display of referenced code snippets with features like line limits and syntax highlighting focus. From 529871478c0c85235c6a1f2480816f877b1eb1c5 Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Thu, 24 Jul 2025 07:42:21 -0400 Subject: [PATCH 4/4] Update 2025-05-16.mdx --- fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx b/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx index fd0d55cb9..df9783b65 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx @@ -10,7 +10,7 @@ don't overwrite each other during conversion, maintaining the integrity of the A ## 0.61.17 -**`(fix):`** Add support for preserving `maxLines` and `focus` attributes when using `Code` components in docs. +**`(fix):`** Add support for preserving `maxLines` and `focus` attributes when using `` components in docs. These attributes are now properly carried over to the generated code blocks, allowing you to control the display of referenced code snippets with features like line limits and syntax highlighting focus.