strapi-markdown-parser
Advanced tools
Comparing version 0.0.2 to 0.0.4
@@ -12,3 +12,3 @@ class StrapiMarkdown { | ||
this.types.standard = ['richtext'] | ||
this.types.inline = ['string', 'text'] | ||
this.types.inline = ['string'] | ||
} | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "strapi-markdown-parser", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"description": "Strapi controller module to parse Markdown to HTML", | ||
@@ -13,6 +13,9 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^7.20.0", | ||
"eslint-gitignore": "^0.1.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-security": "^1.4.0", | ||
"eslint-plugin-standard": "^5.0.0" | ||
"eslint-plugin-standard": "^5.0.0", | ||
"prettier": "^2.2.1" | ||
} | ||
} |
@@ -51,3 +51,3 @@ # Welcome to strapi-markdown-parser 👋 | ||
standard: ['richtext'], | ||
inline: ['string', 'text'] | ||
inline: ['string'] | ||
} | ||
@@ -54,0 +54,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
6487
6