diff --git a/packages/zenn-markdown-html/src/embed.ts b/packages/zenn-markdown-html/src/embed.ts index 695f63e9..d175ec13 100644 --- a/packages/zenn-markdown-html/src/embed.ts +++ b/packages/zenn-markdown-html/src/embed.ts @@ -1,10 +1,6 @@ import type { MarkdownOptions } from './types'; import { escapeHtml } from 'markdown-it/lib/common/utils'; -import { - extractYoutubeVideoParameters, - isDocswellUrl, -} from './utils/url-matcher'; import { sanitizeEmbedToken, generateEmbedServerIframe, @@ -20,6 +16,8 @@ import { isBlueprintUEUrl, isFigmaUrl, isValidHttpUrl, + isDocswellUrl, + extractYoutubeVideoParameters, } from './utils/url-matcher'; /* 埋め込み要素の種別 */