{
  "path": "/logues/aaa-bbbb-cccc",
  "site": "https://logue.is/aaa-bbbb-cccc",
  "$type": "site.standard.document",
  "title": "WOOOW",
  "content": {
    "$type": "is.logue.content",
    "items": [
      {
        "$type": "is.logue.block.text",
        "plaintext": "TEEEST"
      },
      {
        "$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": 3,
                      "byteStart": 0
                    },
                    "features": [
                      {
                        "$type": "is.logue.richtext.facet#bold"
                      }
                    ]
                  }
                ],
                "plaintext": "ONE"
              }
            ]
          },
          {
            "$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": 3,
                      "byteStart": 0
                    },
                    "features": [
                      {
                        "$type": "is.logue.richtext.facet#italic"
                      }
                    ]
                  }
                ],
                "plaintext": "TWO"
              }
            ]
          },
          {
            "$type": "is.logue.block.listItem",
            "content": [
              {
                "$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": 5,
                              "byteStart": 0
                            },
                            "features": [
                              {
                                "$type": "is.logue.richtext.facet#underline"
                              }
                            ]
                          }
                        ],
                        "plaintext": "THREE"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "$type": "is.logue.block.text",
        "plaintext": ""
      },
      {
        "$type": "is.logue.block.code",
        "language": "javascript",
        "plaintext": "CODE wow"
      },
      {
        "$type": "is.logue.block.text",
        "plaintext": ""
      }
    ]
  },
  "publishedAt": "2026-04-01T00:31:10.584Z",
  "textContent": "TEEEST\n1. **ONE**\n2. *TWO*\n    1. THREE\n\n```javascript\nCODE wow\n```\n"
}