Markdown

Malicious VSCode Extensions, Node.js 26 & Antigravity's End — The Weekly Diff #1

The Weekly Diff is a curated roundup of the week's most interesting developer stories. This week: a trojanized VSCode extension breaches 3,800 GitHub repos, Google silently replaces Antigravity with a chatbot, Microsoft kills Claude Code licenses, Files.md offers a no-lock-in Obsidian alternative, and Node.js 26 finally ships the Temporal API. [...]

Why I love Markdown

I was introduced to it when I started using github for hosting my projects. That was my first encounter with markdown and since then, I never looked back. Here's why. [...]

Adding Custom Anchors to Headings in Markdown - Eleventy

Anchors are nothing but id attributes applied to an element to link to it using href attribute internally on the same page. [...]