From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 17 Dec 2020 16:39:25 +0100 Subject: [LTP] [PATCH 3/5] docparse/docparse: Eat only first whitespace for comment block In-Reply-To: <20201216101012.14644-4-chrubis@suse.cz> References: <20201216101012.14644-1-chrubis@suse.cz> <20201216101012.14644-4-chrubis@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > Since we decided that the comment block is formatted in asciidoc we need > the whitespaces since they are part of the format, e.g. literal blocks. Makes sense. Reviewed-by: Petr Vorel Kind regards, Petr