From 42d41647b51a033e7c96f0c303b6336ec26a80da Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 20 Jul 2018 23:50:14 +0200 Subject: [PATCH] fix wrong format of code sample --- doc/user.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user.rst b/doc/user.rst index 8fd1acd60..e934692ff 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -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 -------------------------------