Skip to content

Commit

Permalink
style: arrange and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Feb 14, 2024
1 parent b68d255 commit b55d18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/markdown/src/common/plugins.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { PluggableList } from "@mdx-js/mdx/lib/core";
import { default as rehypeKatex } from "rehype-katex";
import { default as remarkGemoji } from "remark-gemoji";
import { default as remarkGfm } from "remark-gfm";
import { default as remarkMath } from "remark-math";
import { default as remarkSupersub } from "remark-supersub";
import type { PluggableList } from "@mdx-js/mdx/lib/core";

export const markdownPlugins = {
remarkPlugins: [
Expand Down

0 comments on commit b55d18a

Please sign in to comment.