Skip to content

Commit

Permalink
chore: fix site
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 11, 2024
1 parent 2717af2 commit 59b7f60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs-svelte-kit/tools/vite-plugin-svelte-md-option.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import highlight from './highlight.mjs';
import replaceLinkPlugin from './markdown-it-replace-link.mjs';
import emojiPlugin from 'markdown-it-emoji';
// @ts-expect-error missing types
import { full as emojiPlugin } from 'markdown-it-emoji';
import anchorPlugin from 'markdown-it-anchor';
import containerPlugin from 'markdown-it-container';
import autoInjectComponentsPlugin from './markdown-it-auto-inject-components.mjs';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/less": "^3.0.3",
"@types/markdown-it": "^13.0.0",
"@types/markdown-it-container": "^2.0.5",
"@types/markdown-it-emoji": "^2.0.2",
"@types/markdown-it-emoji": "^2.0.4",
"@types/mocha": "^10.0.0",
"@types/node": "^20.0.0",
"@types/postcss-safe-parser": "^5.0.1",
Expand Down

0 comments on commit 59b7f60

Please sign in to comment.