From b562f1310b541cded6940226b97d97354c57ce81 Mon Sep 17 00:00:00 2001 From: Catterwocky Date: Sat, 4 Dec 2021 17:49:39 +0100 Subject: [PATCH] Fix yaml indentation in docs It is unfortunate that the first example given by the manpage is not working. --- doc/yambar.5.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/yambar.5.scd b/doc/yambar.5.scd index 47041fb..d3a585f 100644 --- a/doc/yambar.5.scd +++ b/doc/yambar.5.scd @@ -161,8 +161,8 @@ bar: right: - clock: - content: - - string: {text: "{time}"} + content: + - string: {text: "{time}"} ``` # FILES