ip
Summary
- Description
-
Introduction paragraph.
- Syntax
-
-
USFM:
\ip
content -
USX:
<para style="ip">
content</para>
-
- Style Type
- Valid In
-
[BookIntroduction]
,[ChapterContent]
(Study Bible) - Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Introduction to Mark (GNT)
\id MRK
\h Mark
\mt2 The Gospel according to
\mt1 MARK
\is Introduction
\ip \bk The Gospel according to Mark\bk* begins with the statement that it is
“the Good News about Jesus Christ, the Son of God.” Jesus is pictured as a
man of action and authority. His authority is seen in his teaching, in his
power over demons, and in forgiving people's sins. Jesus speaks of himself as
the Son of Man, who came to give his life to set people free from sin.
Example 2. Introduction to Mark (GNT)
<usx version="3.1">
<book code="MRK" style="id"/>
<para style="h">Mark</para>
<para style="mt2">The Gospel according to</para>
<para style="mt1">MARK</para>
<para style="is">Introduction</para>
<para style="ip">
<char style="bk">The Gospel according to Mark</char> begins with the statement
that it is “the Good News about Jesus Christ, the Son of God.” Jesus is
pictured as a man of action and authority. His authority is seen in his
teaching, in his power over demons, and in forgiving people's sins. Jesus
speaks of himself as the Son of Man, who came to give his life to set people
free from sin.</para>
</usx>
Example 3. Introduction to Mark (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MRK",
"content": []
},
{
"type": "para",
"marker": "h",
"content": ["Mark"]
},
{
"type": "para",
"marker": "mt2",
"content": ["The Gospel according to"]
},
{
"type": "para",
"marker": "mt1",
"content": ["MARK"]
},
{
"type": "para",
"marker": "is",
"content": ["Introduction"]
},
{
"type": "para",
"marker": "ip",
"content": [
{
"type": "char",
"marker": "bk",
"content": ["The Gospel according to Mark"]
},
" begins with the statement that it is “the Good News about Jesus Christ, the Son of God.” Jesus is pictured as a man of action and authority. His authority is seen in his teaching, in his power over demons, and in forgiving people's sins. Jesus speaks of himself as the Son of Man, who came to give his life to set people free from sin."
]
}
]
}
