Home

Labels: some-label another-label

The title

And some text

puts "And some code"

From obsidian

Go to comments

Object
{
  "id": "D_kwDOOrPQBs4Af-MK",
  "data": {
    "id": "D_kwDOOrPQBs4Af-MK",
    "number": 10,
    "title": "First",
    "body": "---\nlabels:\n  - some-label\n  - another-label\ntags:\n  - a-tag\ncategory: til\ncount: 9\n---\n# The title\nAnd some text\n\n```ruby\nputs \"And some code\"\n```\n\nFrom obsidian",
    "url": "https://github.com/pricci1/gh-discussions-astro/discussions/10",
    "createdAt": "2025-05-27T22:10:30Z",
    "updatedAt": "2025-05-27T22:10:31Z",
    "author": {
      "login": "pricci1",
      "url": "https://github.com/pricci1"
    },
    "labels": [
      {
        "id": "LA_kwDOOrPQBs8AAAACBcCOCg",
        "name": "some-label"
      },
      {
        "id": "LA_kwDOOrPQBs8AAAACBcCOOA",
        "name": "another-label"
      }
    ],
    "category": {
      "id": "DIC_kwDOOrPQBs4CqOq-",
      "name": "Other Category"
    }
  },
  "rendered": {
    "html": "<h1 id=\"the-title\">The title</h1>\n<p>And some text</p>\n<pre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"ruby\"><code><span class=\"line\"><span style=\"color:#79B8FF\">puts</span><span style=\"color:#9ECBFF\"> \"And some code\"</span></span></code></pre>\n<p>From obsidian</p>",
    "metadata": {
      "frontmatter": {
        "labels": [
          "some-label",
          "another-label"
        ],
        "tags": [
          "a-tag"
        ],
        "category": "til",
        "count": 9
      }
    }
  },
  "collection": "blog"
}