{
  "path": "/logues/my-test-logue",
  "site": "https://logue.is/my-test-logue",
  "$type": "site.standard.document",
  "title": "Testing logue.is",
  "content": {
    "$type": "is.logue.content",
    "items": [
      {
        "$type": "is.logue.block.text",
        "plaintext": "This is a test logue."
      },
      {
        "$type": "is.logue.block.text",
        "plaintext": "Here are some core elements:"
      },
      {
        "$type": "is.logue.block.text",
        "plaintext": ""
      },
      {
        "$type": "is.logue.block.orderedList",
        "content": [
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$type": "is.logue.block.text",
                "facets": [
                  {
                    "$type": "is.logue.richtext.facet",
                    "index": {
                      "$type": "is.logue.richtext.facet#byteSlice",
                      "byteEnd": 4,
                      "byteStart": 0
                    },
                    "features": [
                      {
                        "uri": "https://www.youtube.com/watch?v=YSJY3DvnybE&t=2s",
                        "$type": "is.logue.richtext.facet#link"
                      }
                    ]
                  }
                ],
                "plaintext": "Link"
              }
            ]
          },
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$type": "is.logue.block.text",
                "plaintext": "List2"
              }
            ]
          },
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$type": "is.logue.block.text",
                "facets": [
                  {
                    "$type": "is.logue.richtext.facet",
                    "index": {
                      "$type": "is.logue.richtext.facet#byteSlice",
                      "byteEnd": 2,
                      "byteStart": 0
                    },
                    "features": [
                      {
                        "$type": "is.logue.richtext.facet#bold"
                      }
                    ]
                  }
                ],
                "plaintext": "Bo"
              },
              {
                "$type": "is.logue.block.text",
                "plaintext": "ld"
              }
            ]
          },
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$type": "is.logue.block.text",
                "facets": [
                  {
                    "$type": "is.logue.richtext.facet",
                    "index": {
                      "$type": "is.logue.richtext.facet#byteSlice",
                      "byteEnd": 5,
                      "byteStart": 0
                    },
                    "features": [
                      {
                        "$type": "is.logue.richtext.facet#underline"
                      }
                    ]
                  }
                ],
                "plaintext": "Under"
              },
              {
                "$type": "is.logue.block.text",
                "plaintext": "score"
              }
            ]
          },
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$type": "is.logue.block.text",
                "facets": [
                  {
                    "$type": "is.logue.richtext.facet",
                    "index": {
                      "$type": "is.logue.richtext.facet#byteSlice",
                      "byteEnd": 6,
                      "byteStart": 0
                    },
                    "features": [
                      {
                        "$type": "is.logue.richtext.facet#strikethrough"
                      }
                    ]
                  }
                ],
                "plaintext": "Strike"
              }
            ]
          }
        ]
      },
      {
        "$type": "is.logue.block.text",
        "plaintext": ""
      },
      {
        "$type": "is.logue.block.unorderedList",
        "content": [
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$type": "is.logue.block.text",
                "plaintext": "A"
              }
            ]
          },
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$type": "is.logue.block.text",
                "plaintext": "B"
              }
            ]
          },
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$type": "is.logue.block.text",
                "plaintext": "C"
              }
            ]
          }
        ]
      },
      {
        "$type": "is.logue.block.heading",
        "level": 1,
        "plaintext": "Heading 1"
      },
      {
        "$type": "is.logue.block.heading",
        "level": 2,
        "plaintext": "Heading 2"
      },
      {
        "$type": "is.logue.block.heading",
        "level": 3,
        "plaintext": "Heading 3"
      },
      {
        "$type": "is.logue.block.text",
        "plaintext": ""
      },
      {
        "$type": "is.logue.block.blockquote",
        "plaintext": "Quote.\nHello!"
      },
      {
        "$type": "is.logue.block.text",
        "plaintext": ""
      },
      {
        "$type": "is.logue.block.code",
        "language": "javascript",
        "plaintext": "console.log(1)\nconsole.log(3)"
      },
      {
        "$type": "is.logue.block.text",
        "plaintext": ""
      },
      {
        "url": "https://www.youtube-nocookie.com/embed/YSJY3DvnybE",
        "$type": "is.logue.block.iframe"
      }
    ]
  },
  "publishedAt": "2026-04-01T23:26:09.684Z",
  "textContent": "This is a test logue.\nHere are some core elements:\n\n1. [Link](https://www.youtube.com/watch?v=YSJY3DvnybE&t=2s)\n2. List2\n3. **Bo**ld\n4. Underscore\n5. ~~Strike~~\n\n- A\n- B\n- C\n# Heading 1\n## Heading 2\n### Heading 3\n\n> Quote.\n> Hello!\n\n```javascript\nconsole.log(1)\nconsole.log(3)\n```\n\n"
}