pmc

Summary

Description

Embedded text closing.

Syntax help
  • USFM: \pmc content

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

Style Type

Paragraph

Valid In

[ChapterContent]

Added

2.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Act 15.28-29 (CEV)
\id ACT
\c 15
\p ...
\pm
\v 28 The Holy Spirit has shown us that we should not place any extra burden
on you.
\v 29 But you should not eat anything offered to idols. You should not eat
any meat that still has the blood in it or any meat of any animal that has
been strangled. You must also not commit any terrible sexual sins. If you
follow these instructions, you will do well.
\pmc We send our best wishes.
Example 2. Act 15.28-29 (CEV)
<usx version="3.1">
  <book code="ACT" style="id"/>
  <chapter number="15" style="c" sid="ACT 15"/>
  <para style="p">...</para>
  <para style="pm">
    <verse number="28" style="v" sid="ACT 15:28"/>The Holy Spirit has shown us that
    we should not place any extra burden on you. <verse eid="ACT 15:28"/>
    <verse number="29" style="v" sid="ACT 15:29"/>But you should not eat anything
    offered to idols. You should not eat any meat that still has the blood in it
    or any meat of any animal that has been strangled. You must also not commit any
    terrible sexual sins. If you follow these instructions, you will do well.</para>
  <para style="pmc" vid="ACT 15:29">We send our best wishes.<verse eid="ACT 15:29"/>
    </para>
</usx>
Example 3. Act 15.28-29 (CEV)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "ACT",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "15",
      "sid": "ACT 15"
    },
    {
      "type": "para",
      "marker": "p",
      "content": ["..."]
    },
    {
      "type": "para",
      "marker": "pm",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "28",
          "sid": "ACT 15:28"
        },
        "The Holy Spirit has shown us that we should not place any extra burden on you. ",
        {
          "type": "verse",
          "marker": "v",
          "number": "29",
          "sid": "ACT 15:29"
        },
        "But you should not eat anything offered to idols. You should not eat any meat that still has the blood in it or any meat of any animal that has been strangled. You must also not commit any terrible sexual sins. If you follow these instructions, you will do well."
      ]
    },
    {
      "type": "para",
      "marker": "pmc",
      "content": ["We send our best wishes."]
    }
  ]
}
Act 15.28-29 (CEV)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular

Publication Issues

Discussion