lh
Summary
- Description
-
List header. Some lists include an introductory and concluding remark (lf). They are an integral part of the list content, but are not list items. A list does not require either or both of these elements.
- Syntax
-
-
USFM:
\lh
content -
USX:
<para style="lh">
content</para>
-
- Style Type
- Valid In
- Added
-
3.0
Examples
-
USFM
-
USX
-
USJ
Example 1. 1 Chronicles 27:16-22 (GNT - markup adapted)
\id 1CH
\c 27
\s1 Administration of the Tribes of Israel
\lh
\v 16-22 This is the list of the administrators of the tribes of Israel:
\li1 Reuben - Eliezer son of Zichri
\li1 Simeon - Shephatiah son of Maacah
\li1 Levi - Hashabiah son of Kemuel
Example 2. 1 Chronicles 27:16-22 (GNT - markup adapted)
<usx version="3.1">
<book code="1CH" style="id"/>
<chapter number="27" style="c" sid="1CH 27"/>
<para style="s1">Administration of the Tribes of Israel</para>
<para style="lh">
<verse number="16-22" style="v" sid="1CH 27:16-22"/>This is the list of the
administrators of the tribes of Israel:</para>
<para style="li1" vid="1CH 27:16-22">Reuben - Eliezer son of Zichri</para>
<para style="li1" vid="1CH 27:16-22">Simeon - Shephatiah son of Maacah</para>
<para style="li1" vid="1CH 27:16-22">Levi - Hashabiah son of Kemuel</para>
</usx>
Example 3. 1 Chronicles 27:16-22 (GNT - markup adapted)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "1CH",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "27",
"sid": "1CH 27"
},
{
"type": "para",
"marker": "s1",
"content": ["Administration of the Tribes of Israel"]
},
{
"type": "para",
"marker": "lh",
"content": [
{
"type": "verse",
"marker": "v",
"number": "16-22",
"sid": "1CH 27:16-22"
},
"This is the list of the administrators of the tribes of Israel:"
]
},
{
"type": "para",
"marker": "li1",
"content": ["Reuben - Eliezer son of Zichri"]
},
{
"type": "para",
"marker": "li1",
"content": ["Simeon - Shephatiah son of Maacah"]
},
{
"type": "para",
"marker": "li1",
"content": ["Levi - Hashabiah son of Kemuel"]
}
]
}
