p

Summary

Description

Regular paragraph.

Syntax help
  • USFM: \p content

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

Style Type

Paragraph

Valid In

[ChapterContent]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Mark 1.1-4 (GNT)
\id MRK
\c 1
\s1 The Preaching of John the Baptist
\r (Matthew 3.1-12; Luke 3.1-18; John 1.19-28)
\p
\v 1 This is the Good News about Jesus Christ, the Son of God.
\v 2 It began as the prophet Isaiah had written:
\q1 “God said, ‘I will send my messenger ahead of you
\q2 to open the way for you.’
\q1
\v 3 Someone is shouting in the desert,
\q2 ‘Get the road ready for the Lord;
\q2 make a straight path for him to travel!’”
\p
\v 4 So John appeared in the desert, baptizing and preaching. “Turn away from your
sins and be baptized,” he told the people, “and God will forgive your sins.”
Example 2. Mark 1.1-4 (GNT)
<usx version="3.1">
  <book code="MRK" style="id"/>
  <chapter number="1" style="c" sid="MRK 1"/>
  <para style="s1">The Preaching of John the Baptist</para>
  <para style="r">(Matthew 3.1-12; Luke 3.1-18; John 1.19-28)</para>
  <para style="p">
    <verse number="1" style="v" sid="MRK 1:1" />This is the Good News about Jesus
    Christ, the Son of God. <verse eid="MRK 1:1" /><verse number="2" style="v"
    sid="MRK 1:2" />It began as the prophet Isaiah had written:</para>
  <para style="q1" vid="MRK 1:2">“God said, ‘I will send my messenger ahead of you
    </para>
  <para style="q2" vid="MRK 1:2">to open the way for you.’<verse eid="MRK 1:2" />
    </para>
  <para style="q1">
    <verse number="3" style="v" sid="MRK 1:3" />Someone is shouting in the desert,
    </para>
  <para style="q2" vid="MRK 1:3">‘Get the road ready for the Lord;</para>
  <para style="q2" vid="MRK 1:3">make a straight path for him to travel!’”
    <verse eid="MRK 1:3" /></para>
  <para style="p">
    <verse number="4" style="v" sid="MRK 1:4" />So John appeared in the desert,
    baptizing and preaching. “Turn away from your sins and be baptized,” he told
    the people, “and God will forgive your sins.”<verse eid="MRK 1:4" /></para>
</usx>
Example 3. Mark 1.1-4 (GNT)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "MRK",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "1",
      "sid": "MRK 1"
    },
    {
      "type": "para",
      "marker": "s1",
      "content": ["The Preaching of John the Baptist"]
    },
    {
      "type": "para",
      "marker": "r",
      "content": ["(Matthew 3.1-12; Luke 3.1-18; John 1.19-28)"]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "1",
          "sid": "MRK 1:1"
        },
        "This is the Good News about Jesus Christ, the Son of God. ",
        {
          "type": "verse",
          "marker": "v",
          "number": "2",
          "sid": "MRK 1:2"
        },
        "It began as the prophet Isaiah had written:"
      ]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": ["“God said, ‘I will send my messenger ahead of you"]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["to open the way for you.’"]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "3",
          "sid": "MRK 1:3"
        },
        "Someone is shouting in the desert, "
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["‘Get the road ready for the Lord;"]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["make a straight path for him to travel!’”"]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "4",
          "sid": "MRK 1:4"
        },
        "So John appeared in the desert, baptizing and preaching. “Turn away from your sins and be baptized,” he told the people, “and God will forgive your sins.”"
      ]
    }
  ]
}
Mark 1.1-4 (GNT)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular

Publication Issues

Discussion