Markdown & Shortcode Demo
This post exists to verify the rendering pipeline. It exercises every common feature you’ll use in real articles. Headings work as TOC anchors This h2 should appear in the right-rail TOC. Subheading Lists, bold, italic, strikethrough, inline code, and links all render normally. Tables Plan Price Lookups Free $0 5 / day Profile Pro $2.99 Unlimited Premium Viewer $9.99 Unlimited + HD Code blocks type Plan = "free" | "pro" | "premium"; function dailyLimit(plan: Plan): number { return plan === "free" ? 5 : Infinity; } # build the blog hugo --minify Blockquote “Public profiles are public — viewing them anonymously is normal use of the open web.” ...