remark-magic-link
Advanced tools
Comparing version 1.0.0-beta.13 to 1.0.0-beta.14
@@ -11,3 +11,3 @@ import { Root } from 'mdast'; | ||
name: string; | ||
handler: (content: string) => ParsedMagicLink | false | undefined; | ||
handle: (content: string) => ParsedMagicLink | false; | ||
} | ||
@@ -19,3 +19,3 @@ interface MagicLinkPostprocessor { | ||
interface RemarkMagicLinkOptions { | ||
linksMap: Record<string, string | { | ||
linksMap?: Record<string, string | { | ||
link: string; | ||
@@ -22,0 +22,0 @@ icon?: string | false; |
{ | ||
"name": "remark-magic-link", | ||
"version": "1.0.0-beta.13", | ||
"version": "1.0.0-beta.14", | ||
"description": "🔌 A remark plugin to turn {text} syntax into links, optionally with an icon", | ||
@@ -63,2 +63,3 @@ "type": "module", | ||
"@unocss/eslint-plugin": "^0.62.4", | ||
"@unocss/preset-rem-to-px": "^0.62.4", | ||
"@vitest/coverage-v8": "^2.1.1", | ||
@@ -98,3 +99,3 @@ "@vitest/eslint-plugin": "^1.1.4", | ||
"zx": "^8.1.8", | ||
"remark-magic-link": "1.0.0-beta.13" | ||
"remark-magic-link": "1.0.0-beta.14" | ||
}, | ||
@@ -101,0 +102,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9906
45