{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreie5eji6vhc4e5xp5f7gsnf37aihruskftamnq3kvnn572icrrpl5i",
    "uri": "at://did:plc:yrn4rbgwenb6lfhhzjegbtnc/app.bsky.feed.post/3mjtu6ccz2zr2"
  },
  "path": "/t/ul-and-li-not-authorized-despite-documentation-says-it/12037#post_2",
  "publishedAt": "2026-04-19T06:51:13.000Z",
  "site": "https://discourse.flathub.org",
  "textContent": "Ok, I figured it out.\n\nhtml-like nested tags don’t work like :\n\n\n    <p> A list :\n      <ul>\n         <li>A list item</li>\n      </ul>\n    </p>\n\n\nBut\n\nas main tag will work :\n\n\n\n\n\n    <p>A list:</p>\n    <ul>\n      <li>An item</li>\n    </ul>\n\n",
  "title": "Ul and li not authorized despite documentation says it"
}