h
Summary
- Description
-
Running header text.
- Syntax
-
-
USFM:
\h
content -
USX:
<para style="h">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
- Updated
-
3.0
-
Deprecated
h#
syntax. It is no longer recommended to use the numbered variable syntaxh#
, where the variable#
represented components or 'levels' of text for the running header (e.g. inside, outside, or sub-division/section etc.).
-
Examples
-
USFM
-
USX
-
USJ
Example 1. Matthew (GNT)
\id MAT
\h Matthew
Example 2. Matthew (GNT)
<usx version="3.1">
<book code="MAT" style="id"/>
<para style="h">Matthew</para>
</usx>
Example 3. Matthew (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MAT",
"content": []
},
{
"type": "para",
"marker": "h",
"content": ["Matthew"]
}
]
}
