From adcf9534b4cbbdb0fef71cbdb400752036ddcd57 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 18 Dec 2025 15:19:12 -0500 Subject: [PATCH] oop --- posts/making-a-markdown-parser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/making-a-markdown-parser.md b/posts/making-a-markdown-parser.md index 5c8d4c5..e5cd4af 100644 --- a/posts/making-a-markdown-parser.md +++ b/posts/making-a-markdown-parser.md @@ -16,7 +16,7 @@ If you're wondering why I did this then see [the prior post on redoing things he Specifically the part where I say: > A lot of changes I want to make are downstream of getting greater control of parsing my posts and controlling what HTML is output. -> I could deal with Pandoc's AST but that sounds unnecessarily difficult + I could deal with Pandoc's AST but that sounds unnecessarily difficult So yeah, that.