jsreport-html-to-markdown
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -7,3 +7,6 @@ const turndown = require('turndown') | ||
const converter = new turndown(inputs.convertOptions) | ||
const converter = new turndown({ | ||
headingStyle: 'atx', | ||
...inputs.convertOptions | ||
}) | ||
const gfm = turndownPluginGfm.gfm | ||
@@ -10,0 +13,0 @@ converter.use(gfm) |
{ | ||
"name": "jsreport-html-to-markdown", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
36108
364