commit: 7a84ee5d396486e897e3916022738b35de54ab6f Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 7 17:07:01 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Mar 19 19:19:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7a84ee5d
devbook-guide: Document that tabs in pre and codesample are allowed Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> appendices/devbook-guide/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index b98910f..bf9e50a 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -597,7 +597,7 @@ parent XML-tags are <c><tr></c> (from <c><table></c>), <c><ul></c>, <c><ol></c> and <c><dl></c>. If indentation is used, it <e>must</e> be two spaces for each indentation. That means <e>no tabs</e> and <e>not</e> more spaces. Besides, tabs are not allowed in -DevBook XML documents. +DevBook XML documents (again, except for <pre> and <codesample>). </p> <p>
