ib

Summary

Description

Introduction blank line.

Syntax help
  • USFM: \ib

  • USX: <para style="ib"/>

Style Type

Paragraph

Valid In

[BookIntroduction]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Introduction to Genesis (CEV)
\id GEN
\ip ... One of these brothers, Joseph, had become the governor of Egypt. But
Joseph knew that God would someday keep his promise to his people:
\ib
\imq Before Joseph died, he told his brothers, “I won't live much longer.
But God will take care of you and lead you out of Egypt to the land he
promised Abraham, Isaac, and Jacob.”
Example 2. Introduction to Genesis (CEV)
<usx version="3.1">
  <book code="GEN" style="id"/>
  <para style="ip">... One of these brothers, Joseph, had become the governor of
    Egypt. But Joseph knew that God would someday keep his promise to his people:
    </para>
  <para style="ib"/>
  <para style="imq">Before Joseph died, he told his brothers, “I won't live much
    longer. But God will take care of you and lead you out of Egypt to the land he
    promised Abraham, Isaac, and Jacob.”</para>
</usx>
Example 3. Introduction to Genesis (CEV)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "GEN",
      "content": []
    },
    {
      "type": "para",
      "marker": "ip",
      "content": [
        "... One of these brothers, Joseph, had become the governor of Egypt. But Joseph knew that God would someday keep his promise to his people:"
      ]
    },
    {
      "type": "para",
      "marker": "ib",
      "content": []
    },
    {
      "type": "para",
      "marker": "imq",
      "content": [
        "Before Joseph died, he told his brothers, “I won't live much longer. But God will take care of you and lead you out of Egypt to the land he promised Abraham, Isaac, and Jacob.”"
      ]
    }
  ]
}
missing

Properties

TextType

Other

TextProperties

paragraph, publishable, vernacular

Publication Issues