jsreport-html-to-markdown
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -57,4 +57,4 @@ var path = require('path') | ||
response.meta.contentType = request.template.contentType || 'text/html' | ||
response.meta.fileExtension = request.template.fileExtension || '.html' | ||
response.meta.contentType = request.template.contentType || 'text/markdown' | ||
response.meta.fileExtension = request.template.fileExtension || '.md' | ||
@@ -61,0 +61,0 @@ const contentDisposition = request.template.contentDisposition || 'inline' |
{ | ||
"name": "jsreport-html-to-markdown", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "jsreport recipe converting markdown into html", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
35910