Blog
frontend
Technical notes on web development, DevOps, and AI integration.
2 articles
Shiki Code Block Contract and Short Lang IDs
I locked the code-block contract so articles would not break render: short lang ids, explicit Shiki aliases, and malformed blocks rejected before publish.
1 min readfrontend#shiki#nextjs#frontendMerging HTML Fragments in React ArticleBody
A tiny ArticleBody bug made paragraphs split and spacing drift. The fix was not a parser rewrite, just merging consecutive HTML fragments.
1 min readfrontend#react#frontend#html