From b520df4cfabebc59f0f25d2d2b5ac238d686f97c Mon Sep 17 00:00:00 2001 From: Jake Stewart Date: Sun, 3 Sep 2023 17:19:12 +0800 Subject: [PATCH] add documentation for line breaking syntax --- docs/conf.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.rst b/docs/conf.rst index 35fbebaa2..a3ad08851 100644 --- a/docs/conf.rst +++ b/docs/conf.rst @@ -32,6 +32,9 @@ Comments can be added to the config file as lines starting with the ``#`` character. This works only if the ``#`` character is the first character in the line. +Lines can be split by starting the next line with the ``\\`` character. +All leading whitespace and the ``\\`` character are removed. + .. _include: You can include secondary config files via the :code:`include` directive. If