Skip to content

Commit 89cfd17

Browse files
attempt to reformat markdown
1 parent 9599761 commit 89cfd17

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ This will be converted to a Fern type that combines the base properties with the
2121
## 0.63.15
2222
**`(fix):`** The `<Code>` 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:
2323

24-
```mdx
25-
<Code src="../snippets/example.ts" maxLines={20} focus={1-18} />
26-
<Code maxLines={20} focus={1-18} src="../snippets/example.ts" />
27-
```
24+
`<Code src="../snippets/example.ts" maxLines={20} focus={1-18} />` or `<Code maxLines={20} focus={1-18} src="../snippets/example.ts" />`
2825

2926
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.
3027

0 commit comments

Comments
 (0)