is#
Summary
- Description
-
Intoduction section heading.
-
The variable
#
(1-2) represents the level of division. See syntax notes on numbered markers.
-
- Syntax
-
-
USFM:
\is#
content -
USX:
<para style="is#">
content</para>
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Introduction to Mark (RVE)
\id MRK
\h SAN MARCOS
\mt2 Evangelio según
\mt1 SAN MARCOS
\imt1 INTRODUCCIÓN
\is1 Importancia del evangelio de Marcos
\ip Este evangelio, segundo de los libros del NT, contiene poco material que no
aparezca igualmente en \bk Mateo\bk* y \bk Lucas\bk*.
Example 2. Introduction to Mark (RVE)
<usx version="3.1">
<book code="MRK" style="id"/>
<para style="h">SAN MARCOS</para>
<para style="mt2">Evangelio según</para>
<para style="mt1">SAN MARCOS</para>
<para style="imt1">INTRODUCCIÓN</para>
<para style="is1">Importancia del evangelio de Marcos</para>
<para style="ip">Este evangelio, segundo de los libros del NT, contiene poco
material que no aparezca igualmente en <char style="bk">Mateo</char> y
<char style="bk">Lucas.</char></para>
</usx>
Example 3. Introduction to Mark (RVE)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MRK",
"content": []
},
{
"type": "para",
"marker": "h",
"content": ["SAN MARCOS"]
},
{
"type": "para",
"marker": "mt2",
"content": ["Evangelio según"]
},
{
"type": "para",
"marker": "mt1",
"content": ["SAN MARCOS"]
},
{
"type": "para",
"marker": "imt1",
"content": ["INTRODUCCIÓN"]
},
{
"type": "para",
"marker": "is1",
"content": ["Importancia del evangelio de Marcos"]
},
{
"type": "para",
"marker": "ip",
"content": [
"Este evangelio, segundo de los libros del NT, contiene poco material que no aparezca igualmente en",
{
"type": "char",
"marker": "bk",
"content": ["Mateo"]
},
"y",
{
"type": "char",
"marker": "bk",
"content": ["Lucas."]
}
]
}
]
}
