{"sha":"acf0304757e1e5c7969d7b2221a0db2447cd3e6e","node_id":"C_kwDORD3Y59oAKGFjZjAzMDQ3NTdlMWU1Yzc5NjlkN2IyMjIxYTBkYjI0NDdjZDNlNmU","commit":{"author":{"name":"gizzy","email":"me@gizzy.pro","date":"2026-02-02T19:02:22Z"},"committer":{"name":"gizzy","email":"me@gizzy.pro","date":"2026-02-02T19:02:22Z"},"message":"fix: lacking rmark-gfm causing some markdown to not be supported, h1 missing so it didnt match","tree":{"sha":"77c12e0f5753953de80bbb512fae67c0e329c684","url":"https://api.github.com/repos/GizzyUwU/govgiz/git/trees/77c12e0f5753953de80bbb512fae67c0e329c684"},"url":"https://api.github.com/repos/GizzyUwU/govgiz/git/commits/acf0304757e1e5c7969d7b2221a0db2447cd3e6e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/GizzyUwU/govgiz/commits/acf0304757e1e5c7969d7b2221a0db2447cd3e6e","html_url":"https://github.com/GizzyUwU/govgiz/commit/acf0304757e1e5c7969d7b2221a0db2447cd3e6e","comments_url":"https://api.github.com/repos/GizzyUwU/govgiz/commits/acf0304757e1e5c7969d7b2221a0db2447cd3e6e/comments","author":{"login":"GizzyUwU","id":61115942,"node_id":"MDQ6VXNlcjYxMTE1OTQy","avatar_url":"https://avatars.githubusercontent.com/u/61115942?v=4","gravatar_id":"","url":"https://api.github.com/users/GizzyUwU","html_url":"https://github.com/GizzyUwU","followers_url":"https://api.github.com/users/GizzyUwU/followers","following_url":"https://api.github.com/users/GizzyUwU/following{/other_user}","gists_url":"https://api.github.com/users/GizzyUwU/gists{/gist_id}","starred_url":"https://api.github.com/users/GizzyUwU/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/GizzyUwU/subscriptions","organizations_url":"https://api.github.com/users/GizzyUwU/orgs","repos_url":"https://api.github.com/users/GizzyUwU/repos","events_url":"https://api.github.com/users/GizzyUwU/events{/privacy}","received_events_url":"https://api.github.com/users/GizzyUwU/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"GizzyUwU","id":61115942,"node_id":"MDQ6VXNlcjYxMTE1OTQy","avatar_url":"https://avatars.githubusercontent.com/u/61115942?v=4","gravatar_id":"","url":"https://api.github.com/users/GizzyUwU","html_url":"https://github.com/GizzyUwU","followers_url":"https://api.github.com/users/GizzyUwU/followers","following_url":"https://api.github.com/users/GizzyUwU/following{/other_user}","gists_url":"https://api.github.com/users/GizzyUwU/gists{/gist_id}","starred_url":"https://api.github.com/users/GizzyUwU/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/GizzyUwU/subscriptions","organizations_url":"https://api.github.com/users/GizzyUwU/orgs","repos_url":"https://api.github.com/users/GizzyUwU/repos","events_url":"https://api.github.com/users/GizzyUwU/events{/privacy}","received_events_url":"https://api.github.com/users/GizzyUwU/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"698bdaa1fa6ab7821cb743dc1dec67aa07c3665f","url":"https://api.github.com/repos/GizzyUwU/govgiz/commits/698bdaa1fa6ab7821cb743dc1dec67aa07c3665f","html_url":"https://github.com/GizzyUwU/govgiz/commit/698bdaa1fa6ab7821cb743dc1dec67aa07c3665f"}],"stats":{"total":5,"additions":3,"deletions":2},"files":[{"sha":"9cf015405a4c4314a948575be5d688e1423227de","filename":"app.config.ts","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/GizzyUwU/govgiz/blob/acf0304757e1e5c7969d7b2221a0db2447cd3e6e/app.config.ts","raw_url":"https://github.com/GizzyUwU/govgiz/raw/acf0304757e1e5c7969d7b2221a0db2447cd3e6e/app.config.ts","contents_url":"https://api.github.com/repos/GizzyUwU/govgiz/contents/app.config.ts?ref=acf0304757e1e5c7969d7b2221a0db2447cd3e6e","patch":"@@ -10,6 +10,7 @@ import rehypeMdxCodeProps from \"rehype-mdx-code-props\";\n import mdxPrism from \"./plugins/mdxPrism\";\n import prismjs from \"vite-plugin-prismjs\";\n import remarkToc from \"remark-toc\";\n+import remarkGfm from \"remark-gfm\"\n import postsPlugin from \"./plugins/postsPlugin\";\n const __filename = fileURLToPath(import.meta.url);\n const __dirname = path.dirname(__filename);\n@@ -28,7 +29,7 @@ export default defineConfig({\n         css: true,\n       }),\n       mdx.withImports({})({\n-        remarkPlugins: [remarkFrontmatter, remarkToc],\n+        remarkPlugins: [remarkFrontmatter, remarkToc, remarkGfm],\n         rehypePlugins: [rehypeMdxCodeProps, mdxPrism],\n         jsx: true,\n         jsxImportSource: \"solid-js\","},{"sha":"1010b544adc6b744b618002caf08c7f010b7a7a9","filename":"bun.lock","status":"modified","additions":0,"deletions":1,"changes":1,"blob_url":"https://github.com/GizzyUwU/govgiz/blob/acf0304757e1e5c7969d7b2221a0db2447cd3e6e/bun.lock","raw_url":"https://github.com/GizzyUwU/govgiz/raw/acf0304757e1e5c7969d7b2221a0db2447cd3e6e/bun.lock","contents_url":"https://api.github.com/repos/GizzyUwU/govgiz/contents/bun.lock?ref=acf0304757e1e5c7969d7b2221a0db2447cd3e6e","patch":"@@ -1,6 +1,5 @@\n {\n   \"lockfileVersion\": 1,\n-  \"configVersion\": 0,\n   \"workspaces\": {\n     \"\": {\n       \"name\": \"example-basic\","},{"sha":"4b5e84b8360e98976e271f8db5b3c6f9384b1de6","filename":"src/components/Markdown.tsx","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/GizzyUwU/govgiz/blob/acf0304757e1e5c7969d7b2221a0db2447cd3e6e/src%2Fcomponents%2FMarkdown.tsx","raw_url":"https://github.com/GizzyUwU/govgiz/raw/acf0304757e1e5c7969d7b2221a0db2447cd3e6e/src%2Fcomponents%2FMarkdown.tsx","contents_url":"https://api.github.com/repos/GizzyUwU/govgiz/contents/src%2Fcomponents%2FMarkdown.tsx?ref=acf0304757e1e5c7969d7b2221a0db2447cd3e6e","patch":"@@ -249,6 +249,7 @@ export const markdownComponents = {\n   ul: Ul,\n   blockquote: Blockquote,\n   pre: Pre,\n+  h1: H2,\n   h2: H2,\n   h3: H3,\n   h4: H4,"}]}