pmo

Summary

Description

Embedded text opening.

Syntax help
  • USFM: \pmo content

  • USX: <para style="pmo">content</para>

Style Type

Paragraph

Valid In

[ChapterContent]

Added

2.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Acts 15.24 (CEV)
\id ACT
\c 15
\p ...
\p
\v 22 The apostles, the leaders, and all the church members decided to send
some men to Antioch along with Paul and Barnabas. They chose Silas and Judas
Barsabbas, who were two leaders of the Lord's followers.
\v 23 They wrote a letter that said:
\pmo We apostles and leaders send friendly greetings to all of you Gentiles
who are followers of the Lord in Antioch, Syria, and Cilicia.
\pm
\v 24 We have heard that some people from here have terribly upset you by what
they said. But we did not send them!
Example 2. Acts 15.24 (CEV)
<usx version="3.1">
  <book code="MRK" style="id"/>
  <chapter number="15" style="c" sid="MRK 15"/>
  <para style="p">...</para>
  <para style="p">
    <verse number="22" style="v" sid="ACT 15:22"/>The apostles, the leaders, and
    all the church members decided to send some men to Antioch along with Paul
    and Barnabas. They chose Silas and Judas Barsabbas, who were two leaders of
    the Lord's followers. <verse eid="ACT 15:22"/>
    <verse number="23" style="v" sid="ACT 15:23"/>They wrote a letter that said:
    </para>
  <para style="pmo" vid="ACT 15:23">We apostles and leaders send friendly greetings
    to all of you Gentiles who are followers of the Lord in Antioch, Syria, and
    Cilicia.<verse eid="ACT 15:23"/></para>
  <para style="pm">
    <verse number="24" style="v" sid="ACT 15:24"/>We have heard that some people
    from here have terribly upset you by what they said. But we did not send them!
    <verse eid="ACT 15:24"/></para>
</usx>
Example 3. Acts 15.24 (CEV)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "MRK",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "15",
      "sid": "MRK 15"
    },
    {
      "type": "para",
      "marker": "p",
      "content": ["..."]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "22",
          "sid": "ACT 15:22"
        },
        "The apostles, the leaders, and all the church members decided to send some men to Antioch along with Paul and Barnabas. They chose Silas and Judas Barsabbas, who were two leaders of the Lord's followers. ",
        {
          "type": "verse",
          "marker": "v",
          "number": "23",
          "sid": "ACT 15:23"
        },
        "They wrote a letter that said: "
      ]
    },
    {
      "type": "para",
      "marker": "pmo",
      "content": [
        "We apostles and leaders send friendly greetings to all of you Gentiles who are followers of the Lord in Antioch, Syria, and Cilicia."
      ]
    },
    {
      "type": "para",
      "marker": "pm",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "24",
          "sid": "ACT 15:24"
        },
        "We have heard that some people from here have terribly upset you by what they said. But we did not send them! "
      ]
    }
  ]
}
Acts 15.24 (GNT)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular

Publication Issues

Discussion