Skip to content

Commit

Permalink
feat: export highlighted markdown content using {{{ content }}} in th…
Browse files Browse the repository at this point in the history
…e article template
  • Loading branch information
sywhb committed May 19, 2023
1 parent e619009 commit 18628cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const fetchOmnivore = async (inBackground = false) => {
parseDateTime(syncAt).toISO(),
getQueryFromFilter(filter, customQuery),
true,
'markdown',
'highlightedMarkdown',
endpoint
)
const articleBatchMap: Map<string, IBatchBlock[]> = new Map()
Expand Down

0 comments on commit 18628cb

Please sign in to comment.