From 18628cb4c8727f6bf0113c0c4ac71ae8cc44e7a5 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Fri, 19 May 2023 14:16:02 +0800 Subject: [PATCH] feat: export highlighted markdown content using {{{ content }}} in the article template --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 48e7227..4100166 100644 --- a/src/index.ts +++ b/src/index.ts @@ -243,7 +243,7 @@ const fetchOmnivore = async (inBackground = false) => { parseDateTime(syncAt).toISO(), getQueryFromFilter(filter, customQuery), true, - 'markdown', + 'highlightedMarkdown', endpoint ) const articleBatchMap: Map = new Map()