markdown-it-slack
Advanced tools
Comparing version 1.0.2 to 1.0.5
{ | ||
"name": "markdown-it-slack", | ||
"version": "1.0.2", | ||
"version": "1.0.5", | ||
"description": "Renders *bold* to <strong>bold</strong>", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/arve0/markdown-it-underline.git" | ||
"url": "git+https://github.com/invisible-tech/markdown-it-slack.git" | ||
}, | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"homepage": "https://github.com/arve0/markdown-it-slack#readme", | ||
"homepage": "https://github.com/invisible-tech/markdown-it-slack#readme", | ||
"devDependencies": { | ||
@@ -27,0 +27,0 @@ "markdown-it": "^8.1.0", |
@@ -13,7 +13,12 @@ # markdown-it-slack | ||
``` | ||
## Installation | ||
```md | ||
yarn add markdown-it-slack | ||
``` | ||
## Usage | ||
```js | ||
const markdownItStrong = require('markdown-it-underline'); | ||
const markdownItStrong = require('markdown-it-slack'); | ||
const md = require('markdown-it')().use(markdownItStrong); | ||
``` |
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
No website
QualityPackage does not have a website.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10914
23