We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52b413 commit c5ff6e8Copy full SHA for c5ff6e8
docs/docs/config.md
@@ -293,7 +293,7 @@ Has no default values. Example values are shown below:
293
294
```toml
295
fonts.symbol-map = [
296
- // covers: '⊗','⊘','⊙'
+ # covers: '⊗','⊘','⊙'
297
{ start = "2297", end = "2299", font-family = "Cascadia Code NF" }
298
]
299
```
rio-backend/src/config/defaults.rs
@@ -343,7 +343,6 @@ pub fn default_config_file_content() -> String {
343
# You can also map the specified Unicode codepoints to a particular font.
344
# [fonts]
345
# symbol-map = [
346
-# // covers: '⊗','⊘','⊙'
347
# { start = "2297", end = "2299", font-family = "Cascadia Code NF" }
348
# ]
349
#
0 commit comments