Comparing version 3.0.4 to 3.0.5
@@ -15,4 +15,6 @@ /** @type {Extension['document']} */ | ||
export const insideSpan: Extension['insideSpan'] | ||
/** @type {Extension['attentionMarkers']} */ | ||
export const attentionMarkers: Extension['attentionMarkers'] | ||
/** @type {Extension['disable']} */ | ||
export const disable: Extension['disable'] | ||
export type Extension = import('micromark-util-types').Extension |
@@ -97,3 +97,6 @@ /** | ||
/** @type {Extension['attentionMarkers']} */ | ||
export const attentionMarkers = {null: [codes.asterisk, codes.underscore]} | ||
/** @type {Extension['disable']} */ | ||
export const disable = {null: []} |
@@ -15,4 +15,6 @@ /** @type {Extension['document']} */ | ||
export const insideSpan: Extension['insideSpan'] | ||
/** @type {Extension['attentionMarkers']} */ | ||
export const attentionMarkers: Extension['attentionMarkers'] | ||
/** @type {Extension['disable']} */ | ||
export const disable: Extension['disable'] | ||
export type Extension = import('micromark-util-types').Extension |
@@ -96,2 +96,7 @@ /** | ||
} | ||
/** @type {Extension['attentionMarkers']} */ | ||
export const attentionMarkers = { | ||
null: [42, 95] | ||
} | ||
/** @type {Extension['disable']} */ | ||
@@ -98,0 +103,0 @@ |
{ | ||
"name": "micromark", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "small commonmark compliant markdown parser with positional info and concrete tokens", | ||
@@ -103,3 +103,3 @@ "license": "MIT", | ||
"debug": "^4.0.0", | ||
"micromark-core-commonmark": "^1.0.0", | ||
"micromark-core-commonmark": "^1.0.1", | ||
"micromark-factory-space": "^1.0.0", | ||
@@ -116,3 +116,3 @@ "micromark-util-character": "^1.0.0", | ||
"micromark-util-symbol": "^1.0.0", | ||
"micromark-util-types": "^1.0.0", | ||
"micromark-util-types": "^1.0.1", | ||
"parse-entities": "^3.0.0" | ||
@@ -119,0 +119,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229345
5443