jsreport-html-to-markdown
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -8,4 +8,4 @@ const turndown = require('turndown') | ||
const converter = new turndown({ | ||
...inputs.convertOptions, | ||
headingStyle: 'atx', | ||
...inputs.convertOptions | ||
}) | ||
@@ -12,0 +12,0 @@ const gfm = turndownPluginGfm.gfm |
{ | ||
"name": "jsreport-html-to-markdown", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"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
36109