Skip to content

Commit

Permalink
feat: next
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Nov 15, 2023
1 parent ac9eaab commit 2c11070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const markdown = (options: MarkdownOptions = {}) => {
.use(rehypeStringify) // Serialize HTML syntax tree
.process({ value, path: ctx.path[0] as string })

const replaces = file.data.replaces as Map<string, string>
// const replaces = file.data.replaces as Map<string, string>

// // replace links
// if (replaces != null) {
Expand Down

0 comments on commit 2c11070

Please sign in to comment.