add documentation for line breaking syntax

This commit is contained in:
Jake Stewart 2023-09-03 17:19:12 +08:00
parent f0e9311cc4
commit b520df4cfa

View File

@ -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