mi#

Summary

Description

Indented continuation (margin) paragraph.

  • The variable # (1-3) represents the level of indent. See syntax notes on numbered markers.

Syntax help
  • USFM: \mi# content

  • USX: <para style="mi#">content</para>

Style Type

Paragraph

Valid In

[ChapterContent]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Matthew 11.18-19 (CEV)
\id MAT
\c 11
\p ...
\pi
\v 16 You people are like children sitting in the market and shouting to
each other,
\b
\q1
\v 17 “We played the flute,
\q2 but you would not dance!
\q1 We sang a funeral song,
\q2 but you would not mourn!”
\b
\mi
\v 18 John the Baptist did not go around eating and drinking, and you said,
“That man has a demon in him!”
\v 19 But the Son of Man goes around eating and drinking, and you say, “That
man eats and drinks too much! He is even a friend of tax collectors ...
Example 2. Matthew 11.18-19 (CEV)
<usx version="3.1">
  <book code="MAT" style="id"/>
  <chapter number="11" style="c" sid="MAT 11"/>
  <para style="p">...</para>
  <para style="pi">
    <verse number="16" style="v" sid="MAT 11:16"/>You people are like children
    sitting in the market and shouting to each other,<verse eid="MAT 11:16"/></para>
  <para style="b"/>
  <para style="q1">
    <verse number="17" style="v" sid="MAT 11:17"/>“We played the flute,</para>
  <para style="q2" vid="MAT 11:17">but you would not dance!</para>
  <para style="q1" vid="MAT 11:17">We sang a funeral song,</para>
  <para style="q2" vid="MAT 11:17">but you would not mourn!”<verse eid="MAT 11:17"/>
    </para>
  <para style="b"/>
  <para style="mi">
    <verse number="18" style="v" sid="MAT 11:18"/>John the Baptist did not go around
    eating and drinking, and you said, “That man has a demon in him!”
    <verse eid="MAT 11:18"/><verse number="19" style="v" sid="MAT 11:19"/>But the Son
    of Man goes around eating and drinking, and you say, “That man eats and drinks
    too much! He is even a friend of tax collectors ...<verse eid="MAT 11:19"/>
    </para>
</usx>
Example 3. Matthew 11.18-19 (CEV)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "MAT",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "11",
      "sid": "MAT 11"
    },
    {
      "type": "para",
      "marker": "p",
      "content": ["..."]
    },
    {
      "type": "para",
      "marker": "pi",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "16",
          "sid": "MAT 11:16"
        },
        "You people are like children sitting in the market and shouting to each other,"
      ]
    },
    {
      "type": "para",
      "marker": "b"
    },
    {
      "type": "para",
      "marker": "q1",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "17",
          "sid": "MAT 11:17"
        },
        "“We played the flute,"
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["but you would not dance!"]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": ["We sang a funeral song,"]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["but you would not mourn!”"]
    },
    {
      "type": "para",
      "marker": "b"
    },
    {
      "type": "para",
      "marker": "mi",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "18",
          "sid": "MAT 11:18"
        },
        "John the Baptist did not go around eating and drinking, and you said, “That man has a demon in him!” ",
        {
          "type": "verse",
          "marker": "v",
          "number": "19",
          "sid": "MAT 11:19"
        },
        "But the Son of Man goes around eating and drinking, and you say, “That man eats and drinks too much! He is even a friend of tax collectors ..."
      ]
    }
  ]
}
Matthew 11.18-19 (CEV)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular

Publication Issues

Discussion