docs: Quote TOML keys containing dots (#2040)

pull/2043/head
Evan Relf 2 years ago committed by GitHub
parent 209ec4468b
commit 7779dbfcb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,8 +37,8 @@ configuration values in your theme. To do this, add a table called
`palette` to your theme file:
```toml
ui.background = "white"
ui.text = "black"
"ui.background" = "white"
"ui.text" = "black"
[palette]
white = "#ffffff"

Loading…
Cancel
Save