Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
songkg7 committed Jun 28, 2024
1 parent 3290923 commit fa9935c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/docusaurus/docusaurus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { convertFootnotes } from '../jekyll/FootnotesConverter';
import { convertDocusaurusCallout } from '../jekyll/CalloutConverter';
import { convertComments } from '../jekyll/CommentsConverter';
import { Notice } from 'obsidian';
import { convertFrontMatter } from '../jekyll/FrontMatterConverter';

export const convertToDocusaurus = async (plugin: O2Plugin) => {
// get file name in ready folder
Expand All @@ -20,7 +21,9 @@ export const convertToDocusaurus = async (plugin: O2Plugin) => {
convertDocusaurusCallout(
convertFootnotes(
convertWikiLink(
contents,
convertFrontMatter(
contents,
),
),
),
),
Expand Down

0 comments on commit fa9935c

Please sign in to comment.