n8n-nodes-turndown-html-to-markdown
Advanced tools
Comparing version 1.0.1 to 1.0.2
import { IExecuteFunctions } from 'n8n-core'; | ||
import { INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; | ||
export declare class NotionMd implements INodeType { | ||
export declare class MdTurndown implements INodeType { | ||
description: INodeTypeDescription; | ||
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; | ||
} |
@@ -29,7 +29,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NotionMd = void 0; | ||
exports.MdTurndown = void 0; | ||
const n8n_workflow_1 = require("n8n-workflow"); | ||
const turndown_1 = __importDefault(require("turndown")); | ||
const marked = __importStar(require("marked")); | ||
class NotionMd { | ||
class MdTurndown { | ||
constructor() { | ||
@@ -125,3 +125,3 @@ this.description = { | ||
} | ||
exports.NotionMd = NotionMd; | ||
exports.MdTurndown = MdTurndown; | ||
async function htmlToMarkdown(input) { | ||
@@ -128,0 +128,0 @@ const turndownService = new turndown_1.default(); |
{ | ||
"name": "n8n-nodes-turndown-html-to-markdown", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node to use in n8n that allows you to convert HTML to MarkDown using one of the most famous JS libraries that perform this conversion to Turndown | PT-BR: Nó para usar em n8n que permite converter HTML para MarkDown usando uma das bibliotecas JS mais famosas que realizam essa conversão, Turndown", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-turndown-html-to-markdown", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node to use in n8n that allows you to convert HTML to MarkDown using one of the most famous JS libraries that perform this conversion to Turndown | PT-BR: Nó para usar em n8n que permite converter HTML para MarkDown usando uma das bibliotecas JS mais famosas que realizam essa conversão, Turndown", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44858
0