Make line continuation userguide entry more verbose.
This commit is contained in:
parent
86cc7d9a21
commit
c8b4303eff
|
@ -1082,8 +1082,9 @@ show_marks yes
|
||||||
|
|
||||||
=== Line continuation
|
=== Line continuation
|
||||||
|
|
||||||
Config files support line continuation, which is indicated by \ before the
|
Config files support line continuation, meaning when you end a line in a
|
||||||
new line character.
|
backslash character (`\`), the line-break will be ignored by the parser. This
|
||||||
|
feature can be used to create more readable configuration files.
|
||||||
|
|
||||||
*Examples*:
|
*Examples*:
|
||||||
-------------------
|
-------------------
|
||||||
|
|
Loading…
Reference in New Issue