From e7bd7a635ad9b03f0be82cd22ea1dd2f723f0168 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Wed, 15 Feb 2023 22:12:22 -0800 Subject: [PATCH] `config.md`: Add a link to TOML syntax guide --- docs/config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index dbe3f7160..1b113f36d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -33,9 +33,11 @@ then use whichever suits you in your config. If you mix dotted keys and headings The other thing to remember is that the value of a setting (the part to the right of the `=` sign) should be surrounded in quotes if it's a string. That's -probably enough TOML to keep you out of trouble but the syntax guide is very +probably enough TOML to keep you out of trouble but the [syntax guide] is very short if you ever need to check. +[syntax guide]: https://toml.io/en/v1.0.0 + ## User settings ```toml