Skip to content

Commit

Permalink
feat: highlight highlights in the exported content in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed May 18, 2023
1 parent 520a9cd commit 6cc1b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default class OmnivorePlugin extends Plugin {
parseDateTime(syncAt).toISO(),
getQueryFromFilter(filter, customQuery),
true,
"markdown"
"highlightedMarkdown"
);

for (const article of articles) {
Expand Down

0 comments on commit 6cc1b04

Please sign in to comment.