imte#
Summary
- Description
-
Intoduction major title ending. Used to mark a major title indicating the end of the introduction.
-
The variable
#
(1-2) represents the level of division. See syntax notes on numbered markers.
-
- Syntax
-
-
USFM:
\imte#
content -
USX:
<para style="imte#">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Introduction to Mark
\id MRK
\imte End of the Introduction to the Gospel of Mark
Example 2. Introduction to Mark
<usx version="3.1">
<book code="MRK" style="id"/>
<para style="imte">End of the Introduction to the Gospel of Mark</para>
</usx>
Example 3. Introduction to Mark
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MRK",
"content": []
},
{
"type": "para",
"marker": "imte",
"content": ["End of the Introduction to the Gospel of Mark"]
}
]
}
