micromark-extension-gfm-strikethrough
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "micromark-extension-gfm-strikethrough", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "micromark extension to support GFM strikethrough", | ||
@@ -36,3 +36,3 @@ "license": "MIT", | ||
"fault": "^1.0.0", | ||
"micromark": "^2.3.0" | ||
"micromark": "^2.4.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
@@ -35,13 +35,13 @@ # micromark-extension-gfm-strikethrough | ||
### `html` | ||
### `syntax` | ||
### `html` | ||
> Note: `syntax` is the default export of this module, html is available at | ||
> Note: `syntax` is the default export of this module, `html` is available at | ||
> `micromark-extension-gfm-strikethrough/html`. | ||
Support strikethrough (~~like this~~) | ||
Support strikethrough (~~like this~~). | ||
The exports are extensions, respectively for the micromark parser (to tokenize | ||
strikethrough, can be passed in `extensions`) and the default HTML compiler | ||
(to compile as a `<del>` element, can be passed in `htmlExtensions`). | ||
strikethrough; can be passed in `extensions`) and the default HTML compiler | ||
(to compile as `<del>` elements; can be passed in `htmlExtensions`). | ||
@@ -48,0 +48,0 @@ ## Related |
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
11153
Updatedmicromark@^2.4.0