ipi
Summary
- Description
-
Introduction indented paragraph.
- Syntax
-
-
USFM:
\ipi
content -
USX:
<para style="ipi">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Introduction to the Deuterocanonicals/Apocrypha (CEV)
\id INT
\ip The following lists summarize each Christian tradition’s views of the
books here designated as Deuterocanonicals/Apocrypha.
\ipi Many Protestants consider the following books to be Apocrypha as
defined above: Tobit, Judith, additions to Esther (as found in Greek Esther
in the CEV) ...
\ipi Roman Catholics consider the following books to be Deuterocanonical and
of equal status with all other books of the Old Testament: Tobit, Judith,
Greek Esther ...
Example 2. Introduction to the Deuterocanonicals/Apocrypha (CEV)
<usx version="3.1">
<book code="INT" style="id"/>
<para style="ip">The following lists summarize each Christian tradition’s views
of the books here designated as Deuterocanonicals/Apocrypha.</para>
<para style="ipi">Many Protestants consider the following books to be Apocrypha
as defined above: Tobit, Judith, additions to Esther (as found in Greek Esther
in the CEV) ...</para>
<para style="ipi">Roman Catholics consider the following books to be
Deuterocanonical and of equal status with all other books of the Old
Testament: Tobit, Judith, Greek Esther ...</para>
</usx>
Example 3. Introduction to the Deuterocanonicals/Apocrypha (CEV)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "INT",
"content": []
},
{
"type": "para",
"marker": "ip",
"content": [
"The following lists summarize each Christian tradition’s views of the books here designated as Deuterocanonicals/Apocrypha."
]
},
{
"type": "para",
"marker": "ipi",
"content": [
"Many Protestants consider the following books to be Apocrypha as defined above: Tobit, Judith, additions to Esther (as found in Greek Esther in the CEV) ..."
]
},
{
"type": "para",
"marker": "ipi",
"content": [
"Roman Catholics consider the following books to be Deuterocanonical and of equal status with all other books of the Old Testament: Tobit, Judith, Greek Esther ..."
]
}
]
}
