ipc
Summary
- Description
-
Introduction centered paragraph.
- Syntax
-
-
USFM:
\ipccontent -
USX:
<para style="ipc">content</para>
-
- Style Type
- Valid In
- Added
-
3.1.1
Examples
-
USFM
-
USX
-
USJ
Example 1. Introduction to Galatians (CEVUK)
\id GAL
\ip Faith is the only way to be saved. Paul insists that this was true already
for Abraham, who had received God's promise by faith. And Paul leaves no doubt
about what his own faith means to him:
\ib
\ipc I have been nailed to the cross with Christ. I have died, but Christ lives
in me. And I now live by faith in the Son of God, who loved me and gave his life
for me.
\ipr (2.19b,20)
\iot A quick look at this book
Example 2. Introduction to Galatians (CEVUK)
<usx version="3.1">
<book code="GAL" style="id"/>
<para style="ip">Faith is the only way to be saved. Paul insists that this was
true already for Abraham, who had received God's promise by faith. And Paul
leaves no doubt about what his own faith means to him:</para>
<para style="ib"/>
<para style="ipc">I have been nailed to the cross with Christ. I have died, but
Christ lives in me. And I now live by faith in the Son of God, who loved me and
gave his life for me.</para>
<para style="ipr">(2.19b,20)</para>
<para style="iot">A quick look at this book</para>
</usx>
Example 3. Missing
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "GAL",
"content": []
},
{
"type": "para",
"marker": "ip",
"content": [
"Faith is the only way to be saved. Paul insists that this was true already for Abraham, who had received God's promise by faith. And Paul leaves no doubt about what his own faith means to him:"
]
},
{
"type": "para",
"marker": "ib",
"content": []
},
{
"type": "para",
"marker": "ipc",
"content": [
"I have been nailed to the cross with Christ. I have died, but Christ lives in me. And I now live by faith in the Son of God, who loved me and gave his life for me."
]
},
{
"type": "para",
"marker": "ipr",
"content": ["(2.19b,20)"]
},
{
"type": "para",
"marker": "iot",
"content": ["A quick look at this book"]
},
" ... "
]
}