You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/changelog/2026-01-30.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,15 @@ The `hideLinePrefixes` prop differs from `showLineNumbers={false}` in that it al
10
10
11
11
Learn more about [code block options](/learn/docs/writing-content/components/code-blocks#hide-line-prefixes).
12
12
13
-
## Improved command continuation indicators
13
+
## Smart continuation in code blocks
14
14
15
-
Bash and terminal code blocks now display `>` instead of `$` for continuation lines when a command spans multiple lines using `\`. This visual distinction makes it easier to identify multi-line commands.
15
+
Bash and terminal code blocks now intelligently display `$` for new commands and `>` for continuation lines when a command spans multiple lines using `\`. This makes it easier to distinguish between separate commands and multi-line commands in the same code block.
16
16
17
17
```bash
18
-
curl -X POST https://api.plantstore.com/v1/plants \
0 commit comments