Skip to content

Commit

Permalink
importをまとめる
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-dyoshikawa committed Sep 13, 2024
1 parent c7b7cbb commit da86e1b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/zenn-markdown-html/src/embed.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -20,6 +16,8 @@ import {
isBlueprintUEUrl,
isFigmaUrl,
isValidHttpUrl,
isDocswellUrl,
extractYoutubeVideoParameters,
} from './utils/url-matcher';

/* 埋め込み要素の種別 */
Expand Down

0 comments on commit da86e1b

Please sign in to comment.