Update html-to-markdown.ts

This commit is contained in:
Nicolas 2025-01-20 00:20:20 -03:00
parent 240e4e4702
commit f385b250be

View File

@ -64,7 +64,7 @@ export async function parseMarkdown(
markdownContent = processMultiLineLinks(markdownContent);
markdownContent = removeSkipToContentLinks(markdownContent);
logger.info(`HTML to Markdown conversion using Go parser successful`);
// logger.info(`HTML to Markdown conversion using Go parser successful`);
return markdownContent;
}
} catch (error) {