From 7aa3cc7c74f3441b68a37852db9b82cac777322e Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:22:20 -0400 Subject: [PATCH] fix: Backslash now appears in `:shrug:`. --- AGENTS.md | 4 ++-- TODOS.md | 2 +- content.odin | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 9e7541a..df50195 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -22,7 +22,7 @@ public/ ← build output (generated) | `content.odin` | `Page` struct, content walker, page loader, cmark integration, full markdown pipeline | | `footnotes.odin` | Note definition stripping (pre-cmark) + sidenote/marginnote injection (post-cmark) | | `alerts.odin` | GitHub alert post-processor (`> [!CAUTION]` → styled blockquote) | -| `emoji.odin` | Emoji shortcode expander (`:shrug:` → `¯\_(ツ)_/¯`) | +| `emoji.odin` | Emoji shortcode expander (`:shrug:` → `¯\_(ツ)_/¯`), post-cmark | | `highlight.odin` | Post-cmark Tree-sitter syntax highlighter; loads grammars/queries from Helix, caches loaded grammars, reports syntax errors with file/line | | `tree_sitter.odin` | C FFI bindings for Tree-sitter (TSParser, TSQuery, TSQueryCursor, node traversal, dlopen/dlsym) | | `sectionate.odin` | `wrap_sections` proc — splits HTML at `` wrappers | @@ -71,6 +71,7 @@ raw markdown → expand_emoji (pre-cmark: :shortcode: → unicode) → strip_definitions (pre-cmark: extract [^id]: definitions) → cmark markdown_to_html (Unsafe mode for HTML passthrough) + → expand_emoji (post-cmark: :shortcode: → unicode, avoids cmark escape issues) → inject_sidenotes (post-cmark: [^id] →