nb
Summary
- Description
-
No break. Indicates that the paragraph is a continuation of the previous paragraph (regardless of previous paragraph type). Commonly used in cases where the previous paragraph spans the chapter boundary.
- Syntax
-
-
USFM:
\nb
content -
USX:
<para style="nb">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. John 7.53–8.2 (CEV)
\id JHN
\c 7
\p ...
\p
\v 52 Then they said, “Nicodemus, you must be from Galilee! Read the
Scriptures, and you will find that no prophet is to come from Galilee.”
\s1 A Woman Caught in Sin
\p
\v 53 Everyone else went home,
\c 8
\nb
\v 1 but Jesus walked out to the Mount of Olives.
\v 2 Then early the next morning he went to the temple. The people came
to him, and he sat down and started teaching them.
Example 2. John 7.53–8.2 (CEV)
<usx version="3.1">
<book code="JHN" style="id"/>
<chapter number="12" style="c" sid="JHN 7"/>
<para style="p">...</para>
<para style="p">
<verse number="52" style="v" sid="JHN 7:52"/>Then they said, “Nicodemus, you
must be from Galilee! Read the Scriptures, and you will find that no prophet is
to come from Galilee.”<verse eid="JHN 7:52"/></para>
<para style="s1">A Woman Caught in Sin</para>
<para style="p">
<verse number="53" style="v" sid="JHN 7:53"/>Everyone else went home,
<verse eid="JHN 7:53"/></para>
<chapter eid="JHN 7"/>
<chapter number="8" style="c" sid="JHN 8"/>
<para style="nb">
<verse number="1" style="v" sid="JHN 8:1"/>but Jesus walked out to the Mount of
Olives. <verse eid="JHN 8:1"/><verse number="2" style="v" sid="JHN 8:2"/>Then
early the next morning he went to the temple. The people came to him, and he
sat down and started teaching them.<verse eid="JHN 8:2"/></para>
</usx>
Example 3. John 7.53–8.2 (CEV)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "JHN",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "12",
"sid": "JHN 7"
},
{
"type": "para",
"marker": "p",
"content": ["..."]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "52",
"sid": "JHN 7:52"
},
"Then they said, “Nicodemus, you must be from Galilee! Read the Scriptures, and you will find that no prophet is to come from Galilee.”"
]
},
{
"type": "para",
"marker": "s1",
"content": ["A Woman Caught in Sin"]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "53",
"sid": "JHN 7:53"
},
"Everyone else went home, "
]
},
{
"type": "chapter",
"marker": "c",
"number": "8",
"sid": "JHN 8"
},
{
"type": "para",
"marker": "nb",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "JHN 8:1"
},
"but Jesus walked out to the Mount of Olives. ",
{
"type": "verse",
"marker": "v",
"number": "2",
"sid": "JHN 8:2"
},
"Then early the next morning he went to the temple. The people came to him, and he sat down and started teaching them."
]
}
]
}
