mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +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:

committed by
Jonathan Lopez

parent
9e1e2ab282
commit
2faf08976d
@ -485,7 +485,7 @@ palette: Palette = .{},
|
||||
///
|
||||
/// Valid values are:
|
||||
///
|
||||
/// * `` (blank)
|
||||
/// * ` ` (blank)
|
||||
/// * `true`
|
||||
/// * `false`
|
||||
///
|
||||
|
Reference in New Issue
Block a user