From ce8c739d814424fea4f4130cbb6a9e0cdc3c148b Mon Sep 17 00:00:00 2001 From: Levi Zim Date: Fri, 14 Feb 2025 16:56:02 +0800 Subject: [PATCH] Fix code block style in config.md To nest a code block in a list, indentation of at least 8 spaces is required. --- doc/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.md b/doc/config.md index 5e02a3d..bedb6af 100644 --- a/doc/config.md +++ b/doc/config.md @@ -193,7 +193,7 @@ connection name. Example: 1. You have a connection ID "irc-localhost". (Shown as "localhost" in the sidebar) 2. Set the following environment variable to enable WEBIRC: - CONVOS_WEBIRC_PASSWORD_LOCALHOST=SomeSuperSecretPassword + CONVOS_WEBIRC_PASSWORD_LOCALHOST=SomeSuperSecretPassword ## Global config settings