Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

micromark-extension-gfm-strikethrough

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-extension-gfm-strikethrough - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc