jsreport-html-to-markdown
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -7,3 +7,3 @@ const turndown = require('turndown') | ||
const converter = new TurndownService(inputs.convertOptions) | ||
const converter = new turndown(inputs.convertOptions) | ||
const markdownContent = converter.turndown(inputs.html) | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "jsreport-html-to-markdown", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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
35908