strapi-markdown-parser
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "strapi-markdown-parser", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Strapi controller module to parse Markdown to HTML", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,3 @@ # Welcome to strapi-markdown-parser 👋 | ||
// Inline fields are not wrapped in <p> tags | ||
const inlineFields = ['title', 'photo.caption'], | ||
const inlineFields = ['title', 'photo.caption'] | ||
@@ -32,0 +32,0 @@ // Get field names by type using helper utility |
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
9335