From 7a70a46c0319f279fdee3926abff08922be2f02c Mon Sep 17 00:00:00 2001 From: Rowan Rodrik van der Molen Date: Fri, 5 Nov 2021 17:22:38 +0000 Subject: Support for s when reading DocBook (#7607) * Support for s when reading DocBook * Update implementation status of `` tags * Remove non-idiomatic parentheses * More complete `` support, with tests Co-authored-by: Rowan Rodrik van der Molen --- test/docbook-reader.docbook | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/docbook-reader.docbook') diff --git a/test/docbook-reader.docbook b/test/docbook-reader.docbook index c38abda82..00bd84649 100644 --- a/test/docbook-reader.docbook +++ b/test/docbook-reader.docbook @@ -1603,4 +1603,16 @@ or here: <http://example.com/> + + Index terms + + In the simplest case, index termsindex term consists of just a <primary> element, but index termmulti-level they can also consist of a <primary> and <secondary> element, and index termmulti-level3-level can even include a <tertiary> term. + + + Index terms can also refer to other index terms: index cross referencingindex termcross referencesindex cross referencingexclusively, using the <see> tag; or index cross referencingcross referencing as a reference to related terms, using the <seealso> tag. + + + foodbig baguette supremeNested content in index term elements is flattened. + + -- cgit v1.2.3