mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-25 08:43:55 +00:00
docs: fix backtick rendering in selection-word-chars default value
The default value contains a literal backtick which broke inline code rendering on the website. Use double backtick delimiters to properly contain it.
This commit is contained in:
@@ -749,7 +749,7 @@ foreground: Color = .{ .r = 0xFF, .g = 0xFF, .b = 0xFF },
|
||||
/// The null character (U+0000) is always treated as a boundary and does not
|
||||
/// need to be included in this configuration.
|
||||
///
|
||||
/// Default: ` \t'"│`|:;,()[]{}<>$`
|
||||
/// Default: `` \t'"│`|:;,()[]{}<>$ ``
|
||||
///
|
||||
/// To add or remove specific characters, you can set this to a custom value.
|
||||
/// For example, to treat semicolons as part of words:
|
||||
|
||||
Reference in New Issue
Block a user