fix wrong format of code sample

This commit is contained in:
Rasmus Steinke 2018-07-20 23:50:14 +02:00
parent c91db14cef
commit 42d41647b5
1 changed files with 3 additions and 1 deletions

View File

@ -208,7 +208,9 @@ Some of the settings are grouped in blocks with curly braces, e.g. per-plugin se
The include directive can be used to include settings from another file; the given file name is relative to the current file:
:code:`include "other.conf"`
.. code-block:: ascii
include "other.conf"
Configuring the music directory
-------------------------------