From 91b323cd575dff579191a767190e9d56ff255d44 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 12 Mar 2021 18:51:37 +0100 Subject: devbook-guide: Clearer section structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the "Devbook XML" section header which was not very useful. Instead, promote "Basic structure" from subsection to section, and introduce two new sections "Body elements" and "Inline elements". So, the resulting section structure is: DevBook XML design goals Basic structure Sections and subsections Including sub-documents An example Body elements Code samples and colour-coding Figures Tables Lists Inline elements , , and Intra-document references Coding Style Internal Coding Style External Coding Style Signed-off-by: Ulrich Müller --- appendices/devbook-guide/text.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'appendices') diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index 28fbacd..64d1178 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -24,8 +24,6 @@ documents.
-Devbook XML - Basic structure @@ -71,7 +69,7 @@ All tags must be closed of course, so the document ends with: - + Sections and subsections @@ -221,8 +219,10 @@ This is a warning. - -The <body> tags +
+ +
+Body elements

@@ -248,7 +248,7 @@ preserve their whitespace exactly, making them well-suited for code excerpts: - + Code samples and colour-coding @@ -454,6 +454,10 @@ together: +

+ +
+Inline elements <c>, <b>, and <e> -- cgit v1.2.3-65-gdbad