864 finds + 64 reviews assigned 1-3 topics each from the new 18-topic controlled vocabulary (src/lib/topics.ts, lands in the next site commit). The retired gifts topic becomes a giftable tag on the 140 finds that carried it; 5 finds legitimately match no topic. Claude-Session: https://claude.ai/code/session_01WZaczDJjL3xZ3u5spsN5AL
14 lines
1.1 KiB
Plaintext
14 lines
1.1 KiB
Plaintext
---
|
|
name: "Apex Markdown Processor"
|
|
subtitle: "One Markdown tool that renders every dialect — and shows images in your terminal"
|
|
date: 2026-05-04
|
|
link: "https://github.com/ApexMarkdown/apex"
|
|
source: "Brett Terpstra"
|
|
topics: [cli-and-automation, writing-and-notes]
|
|
tags: [markdown, terminal, cli, writing, brett-terpstra]
|
|
description: "Brett Terpstra's Markdown processor that combines CommonMark, GFM, MultiMarkdown, Kramdown, and Marked features in one tool — and renders inline images directly in the terminal via ANSI."
|
|
promotedTo: "apex-markdown-processor"
|
|
---
|
|
|
|
Apex collapses the choose-your-flavor problem of Markdown by speaking CommonMark, GitHub Flavored, MultiMarkdown, Kramdown, and Marked simultaneously, with tables, citations, file inclusion, fenced divs, and an extensible plugin system on top. The unique party trick is image rendering in the terminal: pipe a Markdown file through Apex and your inline screenshots actually appear in iTerm or any ANSI-capable terminal, instead of being silently dropped. Useful for everything from a quick blog draft to building documentation pipelines that stay readable at the command line.
|