//
Summary
- Description
-
Discretionary (optional) line break.
- Syntax
-
-
USFM:
//
-
USX:
<optbreak/>
-
- Valid In
-
[BookTitles]
,[BookIntroduction]
,[BookIntroductionEndTitles]
,[Section]
,[Para]
(Body Paragraphs, Poetry),[List]
,[Table]
,[Footnote]
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Matthew 9.1 (GNT)
\id MAT
\c 9
\s1 Jesus Heals a Man // Who Could Not Walk
\r (Mark 2.1-12; Luke 5.17-26)
Example 2. Matthew 9.1 (GNT)
<usx version="3.1">
<book code="MAT" style="id"/>
<chapter number="9" style="c" sid="MAT 9"/>
<para style="s1">Jesus Heals a Man <optbreak/> Who Could Not Walk</para>
<para style="r">(<ref loc="MRK 2:1-12">Mark 2.1-12</ref>; <ref
loc="LUK 5:17-26">Luke 5.17-26</ref>)</para>
</usx>
Example 3. Matthew 9.1 (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MAT",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "9",
"sid": "MAT 9"
},
{
"type": "para",
"marker": "s1",
"content": [
"Jesus Heals a Man ",
{
"type": "optbreak"
},
" Who Could Not Walk"
]
},
{
"type": "para",
"marker": "r",
"content": [
"(",
{
"type": "ref",
"loc": "MRK 2:1-12",
"content": ["Mark 2.1-12"]
},
"; ",
{
"type": "ref",
"loc": "LUK 5:17-26",
"content": ["Luke 5.17-26"]
},
")"
]
}
]
}
