mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +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:
|
/// Valid values are:
|
||||||
///
|
///
|
||||||
/// * `` (blank)
|
/// * ` ` (blank)
|
||||||
/// * `true`
|
/// * `true`
|
||||||
/// * `false`
|
/// * `false`
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user