ior
Summary
- Description
-
Introduction outline references.
- Syntax
-
-
USFM:
\ior
content\ior*
-
USX:
<char style="ior">
content</char>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Introduction to Mark (GNT)
\id MRK
\io1 The beginning of the gospel \ior (1.1-13)\ior*
\io1 Jesus' public ministry in Galilee \ior (1.14–9.50)\ior*
\io1 From Galilee to Jerusalem \ior (10.1-52)\ior*
\io1 The last week in and near Jerusalem \ior (11.1–15.47)\ior*
\io1 The resurrection of Jesus \ior (16.1-8)\ior*
\io1 The appearances and ascension of the risen Lord \ior (16.9-20)\ior*
Example 2. Introduction to Mark (GNT)
<usx version="3.1">
<book code="MRK" style="id"/>
<para style="io1">The beginning of the gospel
<char style="ior">(<ref loc="MRK 1:1-13">1.1-13</ref>)</char></para>
<para style="io1">Jesus' public ministry in Galilee
<char style="ior">(<ref loc="MRK 1:14-9:50">1.14–9.50</ref>)</char></para>
<para style="io1">From Galilee to Jerusalem
<char style="ior">(<ref loc="MRK 10:1-52">10.1-52</ref>)</char></para>
<para style="io1">The last week in and near Jerusalem
<char style="ior">(<ref loc="MRK 11:1-15:47">11.1–15.47</ref>)</char></para>
<para style="io1">The resurrection of Jesus
<char style="ior">(<ref loc="MRK 16:1-8">16.1-8</ref>)</char></para>
<para style="io1">The appearances and ascension of the risen Lord
<char style="ior">(<ref loc="MRK 16:9-20">16.9-20</ref>)</char></para>
</usx>
Example 3. Introduction to Mark (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MRK",
"content": []
},
{
"type": "para",
"marker": "io1",
"content": [
"The beginning of the gospel ",
{
"type": "char",
"marker": "ior",
"content": [
"(",
{
"type": "ref",
"loc": "MRK 1:1-13",
"content": ["1.1-13"]
},
")"
]
}
]
},
{
"type": "para",
"marker": "io1",
"content": [
"Jesus' public ministry in Galilee ",
{
"type": "char",
"marker": "ior",
"content": [
"(",
{
"type": "ref",
"loc": "MRK 1:14-9:50",
"content": ["1.14–9.50"]
},
")"
]
}
]
},
{
"type": "para",
"marker": "io1",
"content": [
"From Galilee to Jerusalem ",
{
"type": "char",
"marker": "ior",
"content": [
"(",
{
"type": "ref",
"loc": "MRK 10:1-52",
"content": ["10.1-52"]
},
")"
]
}
]
},
{
"type": "para",
"marker": "io1",
"content": [
"The last week in and near Jerusalem ",
{
"type": "char",
"marker": "ior",
"content": [
"(",
{
"type": "ref",
"loc": "MRK 11:1-15:47",
"content": ["11.1–15.47"]
},
")"
]
}
]
},
{
"type": "para",
"marker": "io1",
"content": [
"The resurrection of Jesus ",
{
"type": "char",
"marker": "ior",
"content": [
"(",
{
"type": "ref",
"loc": "MRK 16:1-8",
"content": ["16.1-8"]
},
")"
]
}
]
},
{
"type": "para",
"marker": "io1",
"content": [
"The appearances and ascension of the risen Lord ",
{
"type": "char",
"marker": "ior",
"content": [
"(",
{
"type": "ref",
"loc": "MRK 16:9-20",
"content": ["16.9-20"]
},
")"
]
}
]
}
]
}
