From 022de93b3b270e0f8294d7c0912ebb3d2c05b9e7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 29 Oct 2025 18:19:29 -0700 Subject: add blockquote processing --- include/markdown_translator.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/markdown_translator.hpp b/include/markdown_translator.hpp index 4a62cbc..34efefb 100644 --- a/include/markdown_translator.hpp +++ b/include/markdown_translator.hpp @@ -110,6 +110,7 @@ private: REGULAR, IN_FIGURE, IN_CODEBLOCK, + IN_BLOCKQUOTE }; }; -- cgit v1.2.3