commit:     786b3696c9b2f4bc57b28be30dda63c75a6fe59b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 15:56:00 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 16:49:24 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=786b3696

devbook-guide: Opening tags should not be split between lines.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/devbook-guide/text.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/appendices/devbook-guide/text.xml 
b/appendices/devbook-guide/text.xml
index a7d9eef..a0948d5 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -631,6 +631,12 @@ An example for indentation is:
 &lt;/ul&gt;
 </codesample>
 
+<p>
+<b>Opening tags</b> with a single attribute may not be split between lines.
+For example, don't put a newline between <c>&lt;uri</c> and its <c>link</c>
+attribute. Break the line before the <c>&lt;uri&gt;</c> tag instead.
+</p>
+
 <p>
 <b>Attributes</b> may not have spaces in between the attribute, the "=" mark,
 and the attribute value. As an example:

Reply via email to