LLLevi Liuinbeauty-diagram.hashnode.dev·21h ago · 10 min readBeautify Every Diagram in Your Markdown Docs with One CommandDisclosure: I work on Beauty Diagram, the CLI used in the examples below. Everything in this post is doable with open-source tooling alone; the CLI is one way to make it ergonomic. TL;DR A typical d00
LLLevi Liuinbeauty-diagram.hashnode.dev·Jun 12 · 10 min readGenerate Mermaid from Plain English with AI (CLI Walkthrough)TL;DR You already know flowchart TD cold. You don't know sequenceDiagram participant aliases, erDiagram cardinality glyphs, or which state diagram dialect Mermaid is on this year. This post is a walkt00
LLLevi Liuinbeauty-diagram.hashnode.dev·Jun 5 · 8 min readEmbed Mermaid in Notion: The 4 Working Approaches in 2026--> TL;DR Notion has native Mermaid in code blocks now, but the default look is the same pastel render you've seen everywhere, and there's no theme override. This post walks through the four approach00
LLLevi Liuinbeauty-diagram.hashnode.dev·Jun 5 · 10 min readMermaid vs PlantUML in 2026: Which to Pick for Engineering DocsTL;DR Mermaid won the README and the markdown ecosystem; PlantUML won the engineering whiteboard and the IDE. In 2026 they're still the two serious "diagram as code" formats, and which one you should 00
LLLevi Liuinbeauty-diagram.hashnode.dev·May 21 · 4 min readWhy Your GitHub README Diagrams Look Amateur (and the 4 Fixes That Take 10 Minutes)TL;DR If your README diagrams look like every other open-source repo's, that's because they all use the same four Mermaid defaults. Switching to theme: 'base' plus tuning four properties takes under t00