Skip to content

Commit 9bef43f

Browse files
authored
Fix markdown formatting for (blank) in docs (#3850)
I realize I'm rolling the dice by opening a PR without a pre-approved issue, but I'll take that chance. Feel free to close if this isn't desired; no hard feelings! Currently, the docs for `cursor-style-blink` have two backticks side by side in the docs, which end up rendering as actual backticks rather than a code-formatted blank space: <img width="721" alt="Screenshot 2024-12-28 at 11 19 02 PM" src="https://github.com/user-attachments/assets/295369d6-624f-4efe-a7ea-495c9fd216bb" /> This change puts a space between the backticks so they render as a code-formatted space.
2 parents 5668174 + 1ca25d3 commit 9bef43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/Config.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ palette: Palette = .{},
485485
///
486486
/// Valid values are:
487487
///
488-
/// * `` (blank)
488+
/// * ` ` (blank)
489489
/// * `true`
490490
/// * `false`
491491
///

0 commit comments

Comments
 (0)