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

@cspell/dict-markdown

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-markdown - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

cspell-ext.json

@@ -23,3 +23,3 @@ {

"description": "Markdown referenced link: `[reference]: https://www.google.com`",
"pattern": "/\\[[-\\w.`'\"*&;#@ ]+\\]:/g"
"pattern": "/\\[[-\\w.`'\"*&;#@ ]+\\]:( [^\\s]*)?/g"
},

@@ -30,2 +30,7 @@ {

"pattern": "/(?<=\\]\\()[^)\\s]+/g"
},
{
"name": "MARKDOWN-anchor",
"description": "Markdown Anchors: `<a id=\"my_link\"></a>`, matches `my_link`",
"pattern": "/(?<=<a\\s+id=\")[^\"\\s]+/g"
}

@@ -37,3 +42,3 @@ ],

"locale": "*",
"ignoreRegExpList": ["MARKDOWN-link-reference", "MARKDOWN-link-footer", "MARKDOWN-link"],
"ignoreRegExpList": ["MARKDOWN-link-reference", "MARKDOWN-link-footer", "MARKDOWN-link", "MARKDOWN-anchor"],
"patterns": [],

@@ -40,0 +45,0 @@ "dictionaries": ["markdown"],

{
"name": "@cspell/dict-markdown",
"version": "1.0.0",
"version": "1.0.1",
"description": "Markdown dictionary for cspell.",

@@ -45,3 +45,3 @@ "publishConfig": {

],
"gitHead": "32d0be40ee6a4c425ad48878a63fb3f9e5bb99df"
"gitHead": "56c93a01e70075f426f7a59bc7f9e6681244deee"
}
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