diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-02-08 11:29:50 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-02-08 11:29:50 +0100 |
commit | bd474970728035c6286f1071162efefd6f8d63e9 (patch) | |
tree | a85b29842a64f66a977cb014c95c76b41a2a6a5c /appendices | |
parent | Makefile: Drop obsolete test for xmllint --quiet (diff) | |
download | devmanual-bd474970728035c6286f1071162efefd6f8d63e9.tar.gz devmanual-bd474970728035c6286f1071162efefd6f8d63e9.tar.bz2 devmanual-bd474970728035c6286f1071162efefd6f8d63e9.zip |
devbook.xsl: Add sub and sup elements
These were present in GuideXML:
https://gitweb.gentoo.org/proj/devmanual.git/tree/appendices/contributing/devbook-guide/text.xml?id=8be0d382fb82dc4cfe73b1b85bb7fc3c923a21c7#n397
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/devbook-guide/text.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index 5015f0b..8301b0a 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -465,7 +465,7 @@ together: <section> <title>Inline elements</title> <subsection> -<title><c>, <b>, and <e></title> +<title><c>, <b>, <e>, <sub> and <sup></title> <body> <p> @@ -495,6 +495,11 @@ offset from the regular paragraph type for emphasis. This helps to give your prose more <e>punch</e>! </p> +<p> +The <c><sub></c> and <c><sup></c> elements are used to specify +<sub>subscript</sub> and <sup>superscript</sup>. +</p> + </body> </subsection> <subsection> |