mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
Fix markdown formatting for (blank) in docs
It currently has two backticks side by side, which end up rendering as actual backticks rather than a code-formatted blank space.
This commit is contained in:
@ -485,7 +485,7 @@ palette: Palette = .{},
|
||||
///
|
||||
/// Valid values are:
|
||||
///
|
||||
/// * `` (blank)
|
||||
/// * ` ` (blank)
|
||||
/// * `true`
|
||||
/// * `false`
|
||||
///
|
||||
|
Reference in New Issue
Block a user