diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-04 19:14:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-08 12:32:06 +0100 |
commit | 5fe0b5964f26783b506fdf16d91f2a14aead99cd (patch) | |
tree | ab4c8e7a0a0a9eb4441a92b5a42468893cbdfa23 /appendices | |
parent | Use <d/> for dashes throughout. (diff) | |
download | devmanual-5fe0b5964f26783b506fdf16d91f2a14aead99cd.tar.gz devmanual-5fe0b5964f26783b506fdf16d91f2a14aead99cd.tar.bz2 devmanual-5fe0b5964f26783b506fdf16d91f2a14aead99cd.zip |
Element <i> in <pre> or <codesample> is not supported.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/contributing/devbook-guide/text.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/appendices/contributing/devbook-guide/text.xml b/appendices/contributing/devbook-guide/text.xml index 8b8e1c0..29be787 100644 --- a/appendices/contributing/devbook-guide/text.xml +++ b/appendices/contributing/devbook-guide/text.xml @@ -43,26 +43,26 @@ tags used in a GuideXML document: <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <!-- $Header$ --> -<guide lang="<i>en</i>"> -<title><i>Gentoo Documentation Guide</i></title> +<guide lang="en"> +<title>Gentoo Documentation Guide</title> -<author title="<i>Author</i>"> - <mail link="<i>yourname@gentoo.org</i>"><i>Your Name</i></mail> +<author title="Author"> + <mail link="yourname@gentoo.org">Your Name</mail> </author> <abstract> -<i>This guide shows you how to compose web documentation using +This guide shows you how to compose web documentation using our new lightweight Gentoo GuideXML syntax. This syntax is the official format for Gentoo web documentation, and this document itself was created -using GuideXML.</i> +using GuideXML. </abstract> <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See https://creativecommons.org/licenses/by-sa/3.0 --> <license version="3.0"/> -<version><i>1</i></version> -<date><i>2011-11-29</i></date> +<version>1</version> +<date>2011-11-29</date> </codesample> <p> @@ -139,13 +139,13 @@ guide document: <codesample lang="sgml"><!-- Minimal guide example --> <chapter> -<title><i>This is my chapter</i></title> +<title>This is my chapter</title> <section> -<title><i>This is section one of my chapter</i></title> +<title>This is section one of my chapter</title> <body> <p> -<i>This is the actual text content of my section.</i> +This is the actual text content of my section. </p> </body> @@ -222,10 +222,10 @@ Type <c>ls</c> if you feel like it. I <e>really</e> want to go to sleep now. <codesample lang="sgml"><!-- Code Sample --> This is text output or code. -# <i>this is user input</i> +# this is user input Make HTML/XML easier to read by using selective emphasis: -<foo><i>bar</i></foo> +<foo>bar</foo> </codesample> <note> |