Skip to content

Commit

Permalink
Merge pull request #16 from CrazyTapok-bit/develop
Browse files Browse the repository at this point in the history
Disable redundant MdEnhance settings
  • Loading branch information
CrazyTapok-bit authored Jan 5, 2024
2 parents 583a29f + 9af790a commit 0ba15f3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,31 +64,9 @@ export default hopeTheme({
// All features are enabled for demo, only preserve features you need here
mdEnhance: {
attrs: true,
codetabs: true,
component: true,
demo: true,
figure: true,
imgLazyload: true,
imgSize: true,
include: true,
mark: true,
stylize: [
{
matcher: "Recommended",
replacer: ({ tag }) => {
if (tag === "em")
return {
tag: "Badge",
attrs: { type: "tip" },
content: "Recommended",
};
},
},
],
sub: true,
sup: true,
tabs: true,
vPre: true,

// install chart.js before enabling it
// chart: true,
Expand Down

0 comments on commit 0ba15f3

Please sign in to comment.