jsreport-html-to-markdown
Advanced tools
Comparing version 1.0.6 to 1.0.7
const turndown = require('turndown') | ||
const turndownPluginGfm = refquire('turndown-plugin-gfm') | ||
const turndownPluginGfm = require('turndown-plugin-gfm') | ||
@@ -4,0 +4,0 @@ module.exports = async (inputs, callback, done) => { |
{ | ||
"name": "jsreport-html-to-markdown", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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
36064